WP HOOKS
filtrod 4.4.0

update_right_now_text

Args 1Plik wp-admin/includes/update.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the text displayed in the 'At a Glance' dashboard widget.

Prior to 3.8.0, the widget was named 'Right Now'.

Parametry

ParametrTypOpis
$contentstringDefault text.

Wywołanie

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

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

Popularne w tej kategorii