comment_form_submit_button

过滤钩子
apply_filters( 'comment_form_submit_button', $submit_button, $args )
参数
  • (string) $submit_button HTML markup for the submit button.
    Required:
  • (array) $args Arguments passed to comment_form().
    Required:
定义位置
相关勾子
comment_form_submit_fieldcomment_form_topcomment_form_beforecomment_form_field_commentcomment_form_must_log_in_after
相关方法
get_submit_buttoncomment_form_titlesubmit_buttoncomment_formwp_comment_form_unfiltered_html_nonceattachment_submit_meta_box
引入
4.2.0
弃用
-

comment_form_submit_button: 这个过滤钩子允许开发者修改默认的”发表评论”按钮文本、HTML或添加额外的提交按钮。

过滤提交按钮,以显示评论表格。

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

常见问题

FAQs
查看更多 >