WP HOOKS
filtrod 2.3.0

update_footer

Args 1Plik wp-admin/admin-footer.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the version/update text displayed in the admin footer.

WordPress prints the current version and update information, using core_update_footer() at priority 10.

Parametry

ParametrTypOpis
$contentstringThe content that will be printed.

Wywołanie

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

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

Popularne w tej kategorii