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



wp_theme_json_data_default › WordPress Filter Hooks

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

Filters the default data provided by WordPress for global styles & settings.





Quellcode

$theme_json   = apply_filters( 'wp_theme_json_data_default', new WP_Theme_JSON_Data( $config, 'default' ) );