wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_theme_json_data_theme › WordPress Filter Hooks

Da6.1.0
Deprecaton/a
apply_filters( 'wp_theme_json_data_theme', new WP_Theme_JSON_Data( $theme_json_data, 'theme' )
Parametri:
  • (WP_Theme_JSON_Data) $theme_json Class to access and update the underlying data.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

$theme_json      = apply_filters( 'wp_theme_json_data_theme', new WP_Theme_JSON_Data( $theme_json_data, 'theme' ) );