WP HOOKS
filtrod 6.1.0

wp_theme_json_data_user

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

Opis — z kodu źródłowego

Filters the data provided by the user for global styles & 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_user', 'twoja_funkcja' );

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

Popularne w tej kategorii