WP HOOKS
akcjaod 4.7.0

wp_roles_init

Args 1Plik wp-includes/class-wp-roles.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires after the roles have been initialized, allowing plugins to add their own roles.

Parametry

ParametrTypOpis
$wp_roles\WP_RolesA reference to the WP_Roles object.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'wp_roles_init', 'twoja_funkcja' );

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

Popularne w tej kategorii