WP HOOKS
filtrod 5.3.1

admin_email_remind_interval

Args 1Plik wp-login.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the interval for dismissing the admin email confirmation screen.

If 0 (zero) is returned, the "Remind me later" link will not be displayed.

Parametry

ParametrTypOpis
$intervalintInterval time (in seconds). Default is 3 days.

Wywołanie

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

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

Popularne w tej kategorii