wp_theme_json_data_theme

过滤钩子


apply_filters( 'wp_theme_json_data_theme', new WP_Theme_JSON_Data( $theme_json_data, 'theme' )
参数
  • (WP_Theme_JSON_Data)
    $
    Class to access and update the underlying data.
    Required:
定义位置
  • wp-includes/class-wp-theme-json-resolver.php
    , line 259
引入
6.1.0
弃用

过滤主题提供的全局样式和设置的数据。

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