WP HOOKS
filtrod 3.5.0

wp_checkdate

Args 2Plik wp-includes/functions.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters whether the given date is valid for the Gregorian calendar.

Parametry

ParametrTypOpis
$checkdateboolWhether the given date is valid.
$source_datestringDate to check.

Wywołanie

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

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

Popularne w tej kategorii