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



comment_id_fields › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'comment_id_fields', $comment_id_fields, $post_id, $reply_to_id )
Parameter: (3)
  • (string) $comment_id_fields The HTML-formatted hidden ID field comment elements.
    Erforderlich: Ja
  • (int) $post_id The post ID.
    Erforderlich: Ja
  • (int) $reply_to_id The ID of the comment being replied to.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the returned comment ID fields.





Quellcode

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