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



comment_id_fields › Les Filtres WordPress

Depuis3.0.0
Dépréciéen/a
apply_filters( 'comment_id_fields', $comment_id_fields, $post_id, $reply_to_id )
Paramètres: (3)
  • (string) $comment_id_fields The HTML-formatted hidden ID field comment elements.
    Requis: Oui
  • (int) $post_id The post ID.
    Requis: Oui
  • (int) $reply_to_id The ID of the comment being replied to.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the returned comment ID fields.





Source

return apply_filters( 'comment_id_fields', $comment_id_fields, $post_id, $reply_to_id );