WP HOOKS
akcjaod 1.5.0

comment_form

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

Opis — z kodu źródłowego

Fires at the bottom of the comment form, inside the closing form tag.

Parametry

ParametrTypOpis
$post_idintThe post ID.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'comment_form', 'twoja_funkcja' );

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

Popularne w tej kategorii