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



post_comments_link › WordPress Filter Hooks

Seit2.7.0
Veraltetn/v
apply_filters( 'post_comments_link', $post_reply_link, $post )
Parameter: (2)
  • (string) $post_reply_link The HTML-formatted post comments link.
    Erforderlich: Ja
  • (int|WP_Post) $post The post ID or WP_Post object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the formatted post comments link HTML.





Quellcode

return apply_filters( 'post_comments_link', $post_reply_link, $post );