wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



post_comments_link › Les Filtres WordPress

Depuis2.7.0
Dépréciéen/a
apply_filters( 'post_comments_link', $post_reply_link, $post )
Paramètres: (2)
  • (string) $post_reply_link The HTML-formatted post comments link.
    Requis: Oui
  • (int|WP_Post) $post The post ID or WP_Post object.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the formatted post comments link HTML.





Source

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