apply_filters( 'get_comments_link', string $comments_link , int|WP_Post $post )
Filters the returned post comments permalink.
Parameters
- $comments_link
-
Post comments permalink with '#comments' appended.
- $post
-
Post ID or WP_Post object.
Source
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |