WP HOOKS
filtrod 2.8.0

comment_cookie_lifetime

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

Opis — z kodu źródłowego

Filters the lifetime of the comment cookie in seconds.

Parametry

ParametrTypOpis
$secondsintComment cookie lifetime. Default YEAR_IN_SECONDS.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'comment_cookie_lifetime', 'twoja_funkcja' );

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

Popularne w tej kategorii