wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



comment_id_fields › Filtr WordPress Hooks

Od3.0.0
Przestarzałyn/a
apply_filters( 'comment_id_fields', $comment_id_fields, $post_id, $reply_to_id )
Parametry: (3)
  • (string) $comment_id_fields The HTML-formatted hidden ID field comment elements.
    Wymagane: Tak
  • (int) $post_id The post ID.
    Wymagane: Tak
  • (int) $reply_to_id The ID of the comment being replied to.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the returned comment ID fields.





Źródło

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