WP HOOKS
filtrod 3.0.0

signup_another_blog_init

Args 1Plik wp-signup.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the default site sign-up variables.

Parametry

ParametrTypOpis
$signup_defaultsarray{ An array of default site sign-up variables. @type string $blogname The site blogname. @type string $blog_title The site title. @type WP_Error $errors A WP_Error object possibly containing 'blogname' or 'blog_title' errors. }

Wywołanie

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

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

Popularne w tej kategorii