wppaste
WordPress

WP_Theme_JSON_Resolver::get_theme_data( array $deprecated = array(), array $options = array() ): WP_Theme_JSON

Since
5.8.0, 5.9.0, 6.0.0, 6.6.0
Source
wp-includes/class-wp-theme-json-resolver.php:244
Returns the theme's data.

Description

Data from theme.json will be backfilled from existing theme supports, if any. Note that if the same data is present in theme.json and in theme supports, the theme.json takes precedence.

Compatibility

WordPress
since 6.6.0
PHP
7.4–8.6-dev
  • 6.7.7
  • 6.8.8
  • 6.9.7
  • 7.0.4
  • 7.1.0

Present in every tracked release (6.7.7 to 7.1.0), and compiles on PHP 7.4 through 8.6-dev.

Parameters

$deprecatedarrayoptional
Deprecated. Not used.Default: array()
$optionsarrayoptional
Options arguments.Default: array()
  • $with_supportsbooldefault: true

    Whether to include theme supports in the data.

Return value

WP_Theme_JSON
Entity that holds theme data.

Performance profile

How much work a call to WP_Theme_JSON_Resolver::get_theme_data() does, and what it touches: the algorithmic scaling, the Zend instruction count per call across PHP versions, the hooks it hands control to, and the core code that calls it. Measured from the compiled opcodes, not a stopwatch, so every number is identical on any machine running the same PHP version, and every function in core is ranked by cost.

Cost class
Trivial

Touches nothing outside its own arguments.

Scaling
Constant

No loop in the body: the same number of instructions runs whatever you pass in.

Instructions
20–227

Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 240.

Plugin surface
1 hook

Third-party callbacks on 'wp_theme_json_data_theme' run inside this call, and their cost is not bounded by anything here.

Called by
4

4 places in core call this, so the cost is paid more often than your own code shows.

What it touches

  • hookthird-party callbacksapply_filters()called directly

Further down the call graph this can also reach option, cache, serialize, transient and query. Those are the worst case, several calls deep and usually down an error path, not what a normal call pays.

What one call costs · 215 distinct outcomes

One number would be a lie: the work depends on which branch runs. These are every distinct cost WP_Theme_JSON_Resolver::get_theme_data() can have, taken from its control-flow graph on PHP 8.5.

WhenInstructionsCalls it makes
empty($deprecated) && ::has_same_registered_blocks() && !$options20wp_parse_args(), ::has_same_registered_blocks()
empty($deprecated) && ::has_same_registered_blocks() && $options && wp_theme_has_theme_json()37wp_parse_args(), ::has_same_registered_blocks(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && !->parent() && !$options64wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && !->parent() && !$options67wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && !->parent() && !$options68wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && !->parent() && !$options71wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent()
empty($deprecated) && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && !$options72wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && !$options75wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path()
empty($deprecated) && is_readable() && $theme_json instanceof && !->parent() && !$options75wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent()
empty($deprecated) && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && !$options76wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && !$options76wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path()
empty($deprecated) && is_readable() && !($theme_json instanceof) && !->parent() && !$options78wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent()
203 further outcomes, up to 227 instructions
empty($deprecated) && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && !$options79wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && !$options79wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && $theme_json instanceof && !->parent() && !$options79wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && !$options80wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable()
empty($deprecated) && !is_readable() && $theme_json instanceof && !->parent() && $options && wp_theme_has_theme_json()81wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && !->parent() && !$options82wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && !$options83wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable()
empty($deprecated) && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && !$options83wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && !->parent() && $options && wp_theme_has_theme_json()84wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && !->parent() && $options && wp_theme_has_theme_json()85wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && !$options86wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path()
empty($deprecated) && $theme_json instanceof && ->parent() && $theme_json_file !== false && !$options87wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && !->parent() && $options && wp_theme_has_theme_json()88wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && ::has_same_registered_blocks() && $options && !wp_theme_has_theme_json() && !$value89–112wp_parse_args(), ::has_same_registered_blocks(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && wp_theme_has_theme_json()89wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && !$options90wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && !$options90wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && wp_theme_has_theme_json()92wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && !->parent() && $options && wp_theme_has_theme_json()92wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && ::has_same_registered_blocks() && $options && !wp_theme_has_theme_json()93–116wp_parse_args(), ::has_same_registered_blocks(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && wp_theme_has_theme_json()93wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && wp_theme_has_theme_json()93wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && !$options94wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable()
empty($deprecated) && is_readable() && !($theme_json instanceof) && !->parent() && $options && wp_theme_has_theme_json()95wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && wp_theme_has_theme_json()96wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && wp_theme_has_theme_json()96wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && $theme_json instanceof && !->parent() && $options && wp_theme_has_theme_json()96wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && ::has_same_registered_blocks() && $options && !wp_theme_has_theme_json()97–120wp_parse_args(), ::has_same_registered_blocks(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && wp_theme_has_theme_json()97wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && !->parent() && $options && wp_theme_has_theme_json()99wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && wp_theme_has_theme_json()100wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && wp_theme_has_theme_json()100wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && ::has_same_registered_blocks() && $options && !wp_theme_has_theme_json()101–124wp_parse_args(), ::has_same_registered_blocks(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && $theme_json instanceof && ->parent() && $theme_json_file !== false && !$options101wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && wp_theme_has_theme_json()103wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && !$options104wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge()
empty($deprecated) && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && wp_theme_has_theme_json()104wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && wp_theme_has_theme_json()104wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && ::has_same_registered_blocks() && $options && !wp_theme_has_theme_json() && $value105–128wp_parse_args(), ::has_same_registered_blocks(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && $theme_json instanceof && ->parent() && $theme_json_file !== false && !$options105wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge()
empty($deprecated) && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && wp_theme_has_theme_json()107wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && wp_theme_has_theme_json()107wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && !$options108wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && wp_theme_has_theme_json()111wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && !$options112wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && !$options115wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge()
empty($deprecated) && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && wp_theme_has_theme_json()118wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && !$options119wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge()
empty($deprecated) && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && wp_theme_has_theme_json()121wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && wp_theme_has_theme_json()122wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && wp_theme_has_theme_json()125wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && wp_theme_has_theme_json()129wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && wp_theme_has_theme_json()132wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json() && !$value133–156wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json() && !$value136–159wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && wp_theme_has_theme_json()136wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json()137–160wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json() && !$value137–160wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json()140–163wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json() && !$value140–163wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json()141–164wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json() && !$value141–164wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json()141–164wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json()144–167wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json() && !$value144–167wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json()144–167wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json() && !$value144–167wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json()145–168wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()145–168wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && !$value145–168wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json()145–168wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json() && !$value145–168wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json() && !$value147–170wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json()148–171wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()148–171wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && !$value148–171wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json()148–171wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json() && !$value148–171wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json()148–171wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json() && !$value148–171wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json() && $value149–172wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()149–172wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()149–172wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json()149–172wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()149–172wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && !$value149–172wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json()151–174wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json() && !$value151–174wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json() && $value152–175wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()152–175wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()152–175wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json()152–175wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()152–175wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && !$value152–175wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json()152–175wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json() && !$value152–175wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json()152–175wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()153–176wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()153–176wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json() && $value153–176wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()153–176wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()153–176wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json()155–178wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json() && !$value155–178wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json()155–178wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()156–179wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()156–179wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json() && $value156–179wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()156–179wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()156–179wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json()156–179wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()156–179wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && !$value156–179wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json()156–179wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json() && !$value156–179wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json() && $value157–180wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()157–180wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()157–180wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()157–180wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json()159–182wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()159–182wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && !$value159–182wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json()159–182wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json() && !$value159–182wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json() && $value160–183wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()160–183wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()160–183wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()160–183wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json() && $value160–183wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()160–183wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()160–183wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json()160–183wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()160–183wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && $value161–184wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json() && $value161–184wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()161–184wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json() && $value163–186wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()163–186wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()163–186wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json()163–186wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()163–186wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && !$value163–186wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && $value164–187wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json() && $value164–187wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()164–187wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()164–187wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()164–187wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && $theme_json instanceof && !->parent() && $options && !wp_theme_has_theme_json() && $value164–187wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()164–187wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && $value165–188wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()167–190wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()167–190wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && !->parent() && $options && !wp_theme_has_theme_json() && $value167–190wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()167–190wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()167–190wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && $value168–191wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json() && $value168–191wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()168–191wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()168–191wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && !$value170–193wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json() && $value171–194wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()171–194wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json()171–194wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()171–194wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && $value172–195wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && !$value173–196wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()174–197wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && !$value174–197wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && $value175–198wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file === false && $options && !wp_theme_has_theme_json() && $value175–198wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()175–198wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()177–200wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && !$value177–200wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()178–201wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()178–201wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && $value179–202wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()181–204wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()181–204wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && !$value181–204wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()182–205wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()182–205wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && !$value184–207wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()185–208wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()185–208wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()185–208wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && $value186–209wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()186–209wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()188–211wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && !$value188–211wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && $value189–212wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()189–212wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()189–212wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && $value190–213wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()192–215wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()192–215wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && $value193–216wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()193–216wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()196–219wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()196–219wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && $theme_json instanceof && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && $value197–220wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_theme_json(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && $value200–223wp_parse_args(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json()200–223wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()
empty($deprecated) && !::has_same_registered_blocks() && is_readable() && !($theme_json instanceof) && ->parent() && $theme_json_file !== false && $options && !wp_theme_has_theme_json() && $value204–227wp_parse_args(), ::has_same_registered_blocks(), wp_get_theme(), ->get_file_path(), is_readable(), ::read_json_file(), ->get(), ::translate(), ::get_style_variations(), wp_register_block_style_variations_from_theme_json_partials(), ::inject_variations_from_block_style_variation_files(), ::inject_variations_from_block_styles_registry(), apply_filters(), version(), ->get_data(), ->parent(), ->parent(), ->get_file_path(), is_readable(), ::read_json_file(), ->parent(), ->get(), ::translate(), ->merge(), get_classic_theme_supports_block_editor_settings(), ::WP_Theme_JSON(), wp_theme_has_theme_json(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), current_theme_supports(), ->merge()

This body has more branch combinations than are worth enumerating, so the table covers the outcomes found first rather than every one that exists.

Across PHP versions

Compiles the same on PHP 7.4, 8.1, 8.2, 8.3, 8.4, 8.5 and 8.6-dev: 240 instructions, 20–227 executed per call, 17 branches. The work does not change between versions.

An instruction is not a fixed amount of time, so a matching count is not necessarily the same speed; what it rules out is a difference in the work itself.

Hooks and filters fired · 1

One hook fires while WP_Theme_JSON_Resolver::get_theme_data() runs, in this order:

  1. apply_filters( wp_theme_json_data_theme )filterline 292 (+48 into the body)

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

Uses · 17

Show all 17

Used by · 4

Source code

	public static function get_theme_data( $deprecated = array(), $options = array() ) {		if ( ! empty( $deprecated ) ) {			_deprecated_argument( __METHOD__, '5.9.0' );		} 		$options = wp_parse_args( $options, array( 'with_supports' => true ) ); 		if ( null === static::$theme || ! static::has_same_registered_blocks( 'theme' ) ) {			$wp_theme        = wp_get_theme();			$theme_json_file = $wp_theme->get_file_path( 'theme.json' );			if ( is_readable( $theme_json_file ) ) {				$theme_json_data = static::read_json_file( $theme_json_file );				$theme_json_data = static::translate( $theme_json_data, $wp_theme->get( 'TextDomain' ) );			} else {				$theme_json_data = array( 'version' => WP_Theme_JSON::LATEST_SCHEMA );			} 			/*			 * Register variations defined by theme partials (theme.json files in the styles directory).			 * This is required so the variations pass sanitization of theme.json data.			 */			$variations = static::get_style_variations( 'block' );			wp_register_block_style_variations_from_theme_json_partials( $variations ); 			/*			 * Source variations from the block registry and block style variation files. Then, merge them into the existing theme.json data.			 *			 * In case the same style properties are defined in several sources, this is how we should resolve the values,			 * from higher to lower priority:			 *			 * - styles.blocks.blockType.variations from theme.json			 * - styles.variations from theme.json			 * - variations from block style variation files			 * - variations from block styles registry			 *			 * See test_add_registered_block_styles_to_theme_data and test_unwraps_block_style_variations.			 *			 */			$theme_json_data = static::inject_variations_from_block_style_variation_files( $theme_json_data, $variations );			$theme_json_data = static::inject_variations_from_block_styles_registry( $theme_json_data ); 			/**			 * Filters the data provided by the theme for global styles and settings.			 *			 * @since 6.1.0			 *			 * @param WP_Theme_JSON_Data $theme_json Class to access and update the underlying data.			 */			$theme_json = apply_filters( 'wp_theme_json_data_theme', new WP_Theme_JSON_Data( $theme_json_data, 'theme' ) ); 			/*			 * Backward compatibility for extenders returning a WP_Theme_JSON_Data			 * compatible class that is not a WP_Theme_JSON_Data object.			 */			if ( $theme_json instanceof WP_Theme_JSON_Data ) {				static::$theme = $theme_json->get_theme_json();			} else {				$config        = $theme_json->get_data();				static::$theme = new WP_Theme_JSON( $config );			} 			if ( $wp_theme->parent() ) {				// Get parent theme.json.				$parent_theme_json_file = $wp_theme->parent()->get_file_path( 'theme.json' );				if ( $theme_json_file !== $parent_theme_json_file && is_readable( $parent_theme_json_file ) ) {					$parent_theme_json_data = static::read_json_file( $parent_theme_json_file );					$parent_theme_json_data = static::translate( $parent_theme_json_data, $wp_theme->parent()->get( 'TextDomain' ) );					$parent_theme           = new WP_Theme_JSON( $parent_theme_json_data ); 					/*					 * Merge the child theme.json into the parent theme.json.					 * The child theme takes precedence over the parent.					 */					$parent_theme->merge( static::$theme );					static::$theme = $parent_theme;				}			}		} 		if ( ! $options['with_supports'] ) {

Changelog

Introduced in 5.8.0. Unchanged from 6.7.7 through 7.1.0.

  1. 6.7.7
  2. 6.8.8
  3. 6.9.7
  4. 7.0.4
  5. 7.1.0

Signature, return type and hooks compared across 5 parsed releases.

6.6.0
Add support for 'default-font-sizes' and 'default-spacing-sizes' theme supports.
Added registration and merging of block style variations from partial theme.json files and the block styles registry.from the docblock
6.0.0
Added an $options parameter to allow the theme data to be returned without theme supports.from the docblock
5.9.0
Theme supports have been inlined and the $theme_support_data argument removed.from the docblock
5.8.0
Introduced.from the docblock

About this page

Parsed data
Generated from the wordpress-develop 6.8.8 tag, from src/wp-includes/class-wp-theme-json-resolver.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.