WP HOOKS
filtrod 4.2.0

comment_form_submit_button

Args 2Plik wp-includes/comment-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the submit button for the comment form to display.

Parametry

ParametrTypOpis
$submit_buttonstringHTML markup for the submit button.
$argsarrayArguments passed to comment_form().

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'comment_form_submit_button', 'twoja_funkcja', 10, 2 );

function twoja_funkcja($param_1, $param_2) {
	// Twój kod
}

Popularne w tej kategorii