wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_theme_json_data_theme › WordPress Filter Hooks

Seit6.1.0
Veraltetn/v
apply_filters( 'wp_theme_json_data_theme', new WP_Theme_JSON_Data( $theme_json_data, 'theme' )
Parameter:
  • (WP_Theme_JSON_Data) $theme_json Class to access and update the underlying data.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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