filtrod 6.1.0
wp_theme_json_data_theme
Opis — z kodu źródłowego
Filters the data provided by the theme for global styles and settings.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$theme_json | \WP_Theme_JSON_Data | Class 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
}
// rejestracja funkcji zwrotnej
add_filter( 'wp_theme_json_data_theme', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii