WP HOOKS
filtrod 3.0.0

add_signup_meta

Args 1Plik wp-signup.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the new default site meta variables.

Parametry

ParametrTypOpis
$metaarray{ An array of default site meta variables. @type int $lang_id The language ID. @type int $blog_public Whether search engines should be discouraged from indexing the site. 1 for true, 0 for false. }

Wywołanie

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

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

Popularne w tej kategorii