WP HOOKS
filtrod 2.8.0

install_theme_complete_actions

Args 4Plik wp-admin/includes/class-theme-installer-skin.phpDokumentacja WP ↗

Opis — z kodu źródłowego

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

Parametry

ParametrTypOpis
$install_actionsstring[]Array of theme action links.
$apiobjectObject containing WordPress.org API theme data.
$stylesheetstringTheme directory name.
$theme_info\WP_ThemeTheme object.

Wywołanie

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

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

Popularne w tej kategorii