WP_Theme_JSON_Resolver::recursively_iterate_json()
Method: Returns an array of all nested JSON files within a given directory.
Source: wp-includes/class-wp-theme-json-resolver.php:691
Method: Returns an array of all nested JSON files within a given directory.
Source: wp-includes/class-wp-theme-json-resolver.php:691
Method: When given an array, this will remove any keys with the name `//`.
Source: wp-includes/class-wp-theme-json-resolver.php:391
Filter Hook: Filters the data provided by the user for global styles & settings.
Source: wp-includes/class-wp-theme-json-resolver.php:512
Filter Hook: Filters the data provided by the theme for global styles and settings.
Source: wp-includes/class-wp-theme-json-resolver.php:257
Method: Gets the styles for blocks from the block.json file.
Source: wp-includes/class-wp-theme-json-resolver.php:343
Filter Hook: Filters the data provided by the blocks for global styles & settings.
Source: wp-includes/class-wp-theme-json-resolver.php:376
Filter Hook: Filters the default data provided by WordPress for global styles & settings.
Source: wp-includes/class-wp-theme-json-resolver.php:175
Method: Checks whether the registered blocks were already processed for this origin.
Source: wp-includes/class-wp-theme-json-resolver.php:191
Method: Returns the style variations defined by the theme.
Source: wp-includes/class-wp-theme-json-resolver.php:706
Method: Returns the custom post type that contains the user’s origin config for the active theme or an empty array if none are found.
Source: wp-includes/class-wp-theme-json-resolver.php:420
Method: Returns the user’s origin config.
Source: wp-includes/class-wp-theme-json-resolver.php:491
Method: Returns the ID of the custom post type that stores user data.
Source: wp-includes/class-wp-theme-json-resolver.php:611
Method: Cleans the cached data so it can be recalculated.
Source: wp-includes/class-wp-theme-json-resolver.php:668
Method: Returns the theme’s data.
Source: wp-includes/class-wp-theme-json-resolver.php:233
Method: Returns the data merged from multiple origins.
Source: wp-includes/class-wp-theme-json-resolver.php:574
Method: Determines whether the active theme has a theme.json file.
Source: wp-includes/class-wp-theme-json-resolver.php:634
Method: Builds the path to the given file and checks that it is readable.
Source: wp-includes/class-wp-theme-json-resolver.php:652
Class: Class that abstracts the processing of the different data sources for site-level config and offers an API to work with them.
Source: wp-includes/class-wp-theme-json-resolver.php:21
Method: Processes a file that adheres to the theme.json schema and returns an array with its contents, or a void array if none found.
Source: wp-includes/class-wp-theme-json-resolver.php:104
Method: Converts a tree as in i18n-theme.json into a linear array containing metadata to translate a theme.json file.
Source: wp-includes/class-wp-theme-json-resolver.php:119
Method: Returns a data structure used in theme.json translation.
Source: wp-includes/class-wp-theme-json-resolver.php:128
Method: Translates a chunk of the loaded theme.json structure.
Source: wp-includes/class-wp-theme-json-resolver.php:166
Method: Given a theme.json structure modifies it in place to update certain values by its translated strings according to the language set by the user.
Source: wp-includes/class-wp-theme-json-resolver.php:144
Method: Returns core’s origin config.
Source: wp-includes/class-wp-theme-json-resolver.php:160