WP HOOKS
filtrod 2.8.0

update_theme_complete_actions

Args 2Plik wp-admin/includes/class-theme-upgrader-skin.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the list of action links available following a single theme update.

Parametry

ParametrTypOpis
$update_actionsstring[]Array of theme action links.
$themestringTheme directory name.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'update_theme_complete_actions', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii