WP HOOKS
filtrod 3.8.0

wp_prepare_themes_for_js

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

Opis — z kodu źródłowego

Filters the themes prepared for JavaScript, for themes.php.

Could be useful for changing the order, which is by name by default.

Parametry

ParametrTypOpis
$prepared_themesarrayArray of theme data.

Wywołanie

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

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

Popularne w tej kategorii