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



comment_id_fields › WordPress Filter Hooks

Da3.0.0
Deprecaton/a
apply_filters( 'comment_id_fields', $comment_id_fields, $post_id, $reply_to_id )
Parametri: (3)
  • (string) $comment_id_fields The HTML-formatted hidden ID field comment elements.
    Richiesto:
  • (int) $post_id The post ID.
    Richiesto:
  • (int) $reply_to_id The ID of the comment being replied to.
    Richiesto:
Definito a:
Codex:

Filters the returned comment ID fields.





Sorgenti

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