comment_form_submit_button

最后更新于:2021-11-26 03:25:19

apply_filters( ‘comment_form_submit_button’, string $submit_button, array $args )

Filters the submit button for the comment form to display.

参数

$submit_button

(string)
HTML markup for the submit button.

$args

(array)
Arguments passed to comment_form().

源文件

文件: gc-includes/comment-template.php

View on Trac