WP HOOKS
filtrod 1.5.0

register

Args 1Plik wp-includes/general-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the HTML link to the Registration or Admin page.

Users are sent to the admin page if logged-in, or the registration page if enabled and logged-out.

Parametry

ParametrTypOpis
$linkstringThe HTML code for the link to the Registration or Admin page.

Wywołanie

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

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

Popularne w tej kategorii