WP HOOKS
filtrod 3.0.0

ms_site_check

Args 1Plik wp-includes/ms-load.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters checking the status of the current blog.

Parametry

ParametrTypOpis
$checkbool | nullWhether to skip the blog status check. Default null.

Wywołanie

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

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

Popularne w tej kategorii