wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_comments_link › WordPress Filter Hooks

Seit3.6.0
Veraltetn/v
apply_filters( 'get_comments_link', $comments_link, $post )
Parameter: (2)
  • (string) $comments_link Post comments permalink with '#comments' appended.
    Erforderlich: Ja
  • (int|WP_Post) $post Post ID or WP_Post object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the returned post comments permalink.





Quellcode

return apply_filters( 'get_comments_link', $comments_link, $post );