wpseek.com
WordPress开发者和主题制作者的搜索引擎



comment_form_submit_field › WordPress过滤钩子

Since4.2.0
已弃用n/a
apply_filters( 'comment_form_submit_field', $submit_field, $args )
参数: (2)
  • (string) $submit_field HTML markup for the submit field.
    Required: Yes
  • (array) $args Arguments passed to comment_form().
    Required: Yes
定义在:
文档:

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.





源码

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