WP HOOKS
filtrod 6.1.0

wp_theme_json_data_theme

Args 1Plik wp-includes/class-wp-theme-json-resolver.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the data provided by the theme for global styles and settings.

Parametry

ParametrTypOpis
$theme_json\WP_Theme_JSON_DataClass to access and update the underlying data.

Wywołanie

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

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

Popularne w tej kategorii