wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



comment_form_submit_field › Hooks de Filtros WordPress

Desde4.2.0
Obsoleton/a
apply_filters( 'comment_form_submit_field', $submit_field, $args )
Parâmetros: (2)
  • (string) $submit_field HTML markup for the submit field.
    Required: Yes
  • (array) $args Arguments passed to comment_form().
    Required: Yes
Definido em:
Codex:

Filters the submit field for the comment form to display.

The submit field includes the submit button, hidden fields for the comment form, and any wrapper markup.





Fonte

echo apply_filters( 'comment_form_submit_field', $submit_field, $args );