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
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: trueWhether 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
- Scaling
- Constant
- Instructions
- 20–227
- Plugin surface
- 1 hook
- Called by
- 4
Touches nothing outside its own arguments.
No loop in the body: the same number of instructions runs whatever you pass in.
Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 240.
Third-party callbacks on 'wp_theme_json_data_theme' run inside this call, and their cost is not bounded by anything here.
4 places in core call this, so the cost is paid more often than your own code shows.
What it touches
- hookthird-party callbacks
apply_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.
| When | Instructions | Calls it makes |
|---|---|---|
empty($deprecated) && ::has_same_registered_blocks() && !$options | 20 | wp_parse_args(), ::has_same_registered_blocks() |
empty($deprecated) && ::has_same_registered_blocks() && $options && wp_theme_has_theme_json() | 37 | wp_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() && !$options | 64 | wp_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() && !$options | 67 | wp_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() && !$options | 68 | wp_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() && !$options | 71 | wp_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 && !$options | 72 | wp_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 && !$options | 75 | wp_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() && !$options | 75 | wp_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 && !$options | 76 | wp_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 && !$options | 76 | wp_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() && !$options | 78 | wp_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 && !$options | 79 | wp_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 && !$options | 79 | wp_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() && !$options | 79 | wp_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 && !$options | 80 | wp_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() | 81 | wp_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() && !$options | 82 | wp_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 && !$options | 83 | wp_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 && !$options | 83 | wp_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() | 84 | wp_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() | 85 | wp_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 && !$options | 86 | wp_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 && !$options | 87 | wp_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() | 88 | wp_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() && !$value | 89–112 | wp_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() | 89 | wp_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 && !$options | 90 | wp_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 && !$options | 90 | wp_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() | 92 | wp_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() | 92 | wp_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–116 | wp_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() | 93 | wp_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() | 93 | wp_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 && !$options | 94 | wp_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() | 95 | wp_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() | 96 | wp_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() | 96 | wp_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() | 96 | wp_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–120 | wp_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() | 97 | wp_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() | 99 | wp_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() | 100 | wp_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() | 100 | wp_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–124 | wp_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 && !$options | 101 | wp_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() | 103 | wp_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 && !$options | 104 | wp_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() | 104 | wp_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() | 104 | wp_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() && $value | 105–128 | wp_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 && !$options | 105 | wp_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() | 107 | wp_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() | 107 | wp_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 && !$options | 108 | wp_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() | 111 | wp_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 && !$options | 112 | wp_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 && !$options | 115 | wp_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() | 118 | wp_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 && !$options | 119 | wp_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() | 121 | wp_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() | 122 | wp_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() | 125 | wp_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() | 129 | wp_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() | 132 | wp_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() && !$value | 133–156 | wp_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() && !$value | 136–159 | wp_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() | 136 | wp_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–160 | wp_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() && !$value | 137–160 | wp_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–163 | wp_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() && !$value | 140–163 | wp_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–164 | wp_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() && !$value | 141–164 | wp_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–164 | wp_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–167 | wp_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() && !$value | 144–167 | wp_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–167 | wp_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() && !$value | 144–167 | wp_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–168 | wp_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–168 | wp_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() && !$value | 145–168 | wp_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–168 | wp_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() && !$value | 145–168 | wp_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() && !$value | 147–170 | wp_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–171 | wp_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–171 | wp_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() && !$value | 148–171 | wp_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–171 | wp_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() && !$value | 148–171 | wp_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–171 | wp_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() && !$value | 148–171 | wp_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() && $value | 149–172 | wp_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–172 | wp_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–172 | wp_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–172 | wp_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–172 | wp_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() && !$value | 149–172 | wp_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–174 | wp_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() && !$value | 151–174 | wp_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() && $value | 152–175 | wp_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–175 | wp_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–175 | wp_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–175 | wp_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–175 | wp_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() && !$value | 152–175 | wp_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–175 | wp_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() && !$value | 152–175 | wp_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–175 | wp_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–176 | wp_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–176 | wp_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() && $value | 153–176 | wp_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–176 | wp_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–176 | wp_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–178 | wp_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() && !$value | 155–178 | wp_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–178 | wp_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–179 | wp_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–179 | wp_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() && $value | 156–179 | wp_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–179 | wp_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–179 | wp_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–179 | wp_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–179 | wp_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() && !$value | 156–179 | wp_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–179 | wp_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() && !$value | 156–179 | wp_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() && $value | 157–180 | wp_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–180 | wp_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–180 | wp_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–180 | wp_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–182 | wp_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–182 | wp_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() && !$value | 159–182 | wp_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–182 | wp_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() && !$value | 159–182 | wp_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() && $value | 160–183 | wp_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–183 | wp_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–183 | wp_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–183 | wp_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() && $value | 160–183 | wp_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–183 | wp_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–183 | wp_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–183 | wp_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–183 | wp_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() && $value | 161–184 | wp_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() && $value | 161–184 | wp_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–184 | wp_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() && $value | 163–186 | wp_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–186 | wp_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–186 | wp_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–186 | wp_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–186 | wp_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() && !$value | 163–186 | wp_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() && $value | 164–187 | wp_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() && $value | 164–187 | wp_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–187 | wp_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–187 | wp_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–187 | wp_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() && $value | 164–187 | wp_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–187 | wp_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() && $value | 165–188 | wp_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–190 | wp_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–190 | wp_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() && $value | 167–190 | wp_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–190 | wp_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–190 | wp_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() && $value | 168–191 | wp_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() && $value | 168–191 | wp_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–191 | wp_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–191 | wp_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() && !$value | 170–193 | wp_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() && $value | 171–194 | wp_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–194 | wp_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–194 | wp_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–194 | wp_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() && $value | 172–195 | wp_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() && !$value | 173–196 | wp_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–197 | wp_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() && !$value | 174–197 | wp_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() && $value | 175–198 | wp_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() && $value | 175–198 | wp_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–198 | wp_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–200 | wp_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() && !$value | 177–200 | wp_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–201 | wp_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–201 | wp_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() && $value | 179–202 | wp_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–204 | wp_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–204 | wp_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() && !$value | 181–204 | wp_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–205 | wp_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–205 | wp_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() && !$value | 184–207 | wp_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–208 | wp_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–208 | wp_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–208 | wp_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() && $value | 186–209 | wp_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–209 | wp_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–211 | wp_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() && !$value | 188–211 | wp_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() && $value | 189–212 | wp_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–212 | wp_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–212 | wp_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() && $value | 190–213 | wp_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–215 | wp_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–215 | wp_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() && $value | 193–216 | wp_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–216 | wp_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–219 | wp_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–219 | wp_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() && $value | 197–220 | wp_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() && $value | 200–223 | wp_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–223 | wp_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() && $value | 204–227 | wp_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:
- 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
- _deprecated_argument()Marks a function argument as deprecated and inform when it has been used.
- wp_parse_args()Merges user defined arguments into defaults array.
- wp_get_theme()Gets a WP_Theme object for a theme.
- wp_register_block_style_variations_from_theme_json_partials()Registers block style variations read in from theme.json partials.
- apply_filters()Calls the callback functions that have been added to a filter hook.
- get_classic_theme_supports_block_editor_settings()Returns the classic theme supports settings for block editor.
- wp_theme_has_theme_json()Checks whether a theme or its parent has a theme.json file.
- current_theme_supports()Checks a theme's support for a given feature.
- static::has_same_registered_blocks()
- static::read_json_file()
- static::translate()
- static::get_style_variations()
Show all 17
- static::inject_variations_from_block_style_variation_files()
- static::inject_variations_from_block_styles_registry()
- WP_Theme_JSON_Data::__construct()Constructor.
- WP_Theme_JSON::__construct()Constructor.
- WP_Theme_JSON::get_from_editor_settings()Transforms the given editor settings according the add_theme_support format to the theme.json format.
Used by · 4
- wp_generate_block_templates_export_file()Creates an export of the current templates and template parts from the site editor at the specified path in a ZIP file.
- wp_get_theme_data_custom_templates()Returns the metadata for the custom templates defined by the theme via theme.json.
- wp_get_theme_data_template_parts()Returns the metadata for the template parts defined by the theme.
- wp_get_theme_directory_pattern_slugs()Returns the current theme's wanted patterns (slugs) to be registered from Pattern Directory.
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.
Signature, return type and hooks compared across 5 parsed releases.
Added registration and merging of block style variations from partial theme.json files and the block styles registry.from the docblock
$options parameter to allow the theme data to be returned without theme supports.from the docblock$theme_support_data argument removed.from the docblockAbout this page
- Parsed data
- Generated from the wordpress-develop 6.9.7 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.