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



comment_form_defaults › Filtr WordPress Hooks

Od3.0.0
Przestarzałyn/a
apply_filters( 'comment_form_defaults', $defaults )
Parametry:
  • (array) $defaults The default comment form arguments.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the comment form default arguments.

Use {@see 'comment_form_default_fields'} to filter the comment fields.





Źródło

$args = wp_parse_args( $args, apply_filters( 'comment_form_defaults', $defaults ) );