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



comment_form_submit_button › Filtr WordPress Hooks

Od4.2.0
Przestarzałyn/a
apply_filters( 'comment_form_submit_button', $submit_button, $args )
Parametry: (2)
  • (string) $submit_button HTML markup for the submit button.
    Wymagane: Tak
  • (array) $args Arguments passed to comment_form().
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the submit button for the comment form to display.





Źródło

$submit_button = apply_filters( 'comment_form_submit_button', $submit_button, $args );