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



comment_form_submit_button › WordPress过滤钩子

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

Filters the submit button for the comment form to display.





源码

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