Definition:
function previous_comments_link( $label = '' ) {}
Display the previous comments page link.
Parameters
- string $label: Optional. Label for comments link text.
Source code
function previous_comments_link( $label = '' ) { echo get_previous_comments_link( $label ); }
2607
No comments yet... Be the first to leave a reply!