wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



post_comments_link › WordPress Filter Hooks

Da2.7.0
Deprecaton/a
apply_filters( 'post_comments_link', $post_reply_link, $post )
Parametri: (2)
  • (string) $post_reply_link The HTML-formatted post comments link.
    Richiesto:
  • (int|WP_Post) $post The post ID or WP_Post object.
    Richiesto:
Definito a:
Codex:

Filters the formatted post comments link HTML.





Sorgenti

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