WP HOOKS
akcjaod 3.4.0

set_comment_cookies

Args 3Plik wp-comments-post.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires after comment cookies are set.

Parametry

ParametrTypOpis
$comment\WP_CommentComment object.
$user\WP_UserComment author's user object. The user may not exist.
$cookies_consentboolComment author's consent to store cookies.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_action( 'set_comment_cookies', 'twoja_funkcja', 10, 3 );

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

Popularne w tej kategorii