wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_id_fields › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'comment_id_fields', $comment_id_fields, $post_id, $reply_to_id )
Parameters: (3)
  • (string) $comment_id_fields The HTML-formatted hidden ID field comment elements.
    Required: Yes
  • (int) $post_id The post ID.
    Required: Yes
  • (int) $reply_to_id The ID of the comment being replied to.
    Required: Yes
Defined at:
Codex:

Filters the returned comment ID fields.





Source

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