WP HOOKS
filtrod 3.0.0

update_bulk_theme_complete_actions

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

Opis — z kodu źródłowego

Filters the list of action links available following bulk theme updates.

Parametry

ParametrTypOpis
$update_actionsstring[]Array of theme action links.
$theme_info\WP_ThemeTheme object for the last-updated theme.

Wywołanie

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

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

Popularne w tej kategorii