_block_bindings_pattern_overrides_get_value()wp-includes/block-bindings/pattern-overrides.php | Gets value for the Pattern Overrides source.
|
wp_get_block_css_selector()wp-includes/global-styles-and-settings.php | Determines the CSS selector for the block type and property provided, returning it if available.
|
WP_Duotone::get_all_global_style_block_names()wp-includes/class-wp-duotone.php | Scrape all block names from global styles and store in self::$global_styles_block_names.
|
WP_Theme_JSON::remove_indirect_properties()wp-includes/class-wp-theme-json.php | Removes indirect properties from the given input node and sets in the given output node.
|
wp_typography_get_css_variable_inline_style()wp-includes/deprecated.php | Generates an inline style for a typography feature e.g. text decoration, text transform, and font style.
|
WP_Theme_JSON::get_styles_for_block()wp-includes/class-wp-theme-json.php | Gets the CSS rules for a particular block from theme.json.
|
WP_Theme_JSON::get_layout_styles()wp-includes/class-wp-theme-json.php | Gets the CSS layout rules for a particular block from theme.json layout definitions.
|
WP_Style_Engine::parse_block_styles()wp-includes/style-engine/class-wp-style-engine.php | Returns classnames and CSS based on the values in a styles object.
|
WP_Style_Engine::get_individual_property_css_declarations()wp-includes/style-engine/class-wp-style-engine.php | Style value parser that returns a CSS definition array comprising style properties that have keys representing individual style properties, otherwise known as longhand CSS properties.
|
WP_Theme_JSON::get_data()wp-includes/class-wp-theme-json.php | Returns a valid theme.json as provided by a theme.
|
WP_Theme_JSON::get_metadata_boolean()wp-includes/class-wp-theme-json.php | For metadata values that can either be booleans or paths to booleans, gets the value.
|
WP_Theme_JSON::get_svg_filters()wp-includes/class-wp-theme-json.php | Converts all filter (duotone) presets into SVGs.
|
wp_get_global_settings()wp-includes/global-styles-and-settings.php | Gets the settings resulting of merging core, theme, and user data.
|
wp_get_global_styles()wp-includes/global-styles-and-settings.php | Gets the styles resulting of merging core, theme, and user data.
|
WP_Theme_JSON_Schema::rename_settings()wp-includes/class-wp-theme-json-schema.php | Processes a settings array, renaming or moving properties.
|
WP_Theme_JSON::should_override_preset()wp-includes/class-wp-theme-json.php | Determines whether a presets should be overridden or not.
|
WP_Theme_JSON::get_default_slugs()wp-includes/class-wp-theme-json.php | Returns the default slugs for all the presets in an associative array whose keys are the preset paths and the leaves is the list of slugs.
|
WP_Theme_JSON::get_name_from_defaults()wp-includes/class-wp-theme-json.php | Gets a default‘s preset name by a provided slug.
|
WP_Theme_JSON::remove_insecure_properties()wp-includes/class-wp-theme-json.php | Removes insecure data from theme.json.
|
WP_Theme_JSON::remove_insecure_settings()wp-includes/class-wp-theme-json.php | Processes a setting node and returns the same node without the insecure settings.
|
WP_Theme_JSON::remove_insecure_styles()wp-includes/class-wp-theme-json.php | Processes a style node and returns the same node without the insecure styles.
|
WP_Theme_JSON::get_preset_classes()wp-includes/class-wp-theme-json.php | Creates new rulesets as classes for each preset value such as:
|
WP_Theme_JSON::get_settings_values_by_slug()wp-includes/class-wp-theme-json.php | Gets preset values keyed by slugs based on settings and metadata.
|
WP_Theme_JSON::get_settings_slugs()wp-includes/class-wp-theme-json.php | Similar to get_settings_values_by_slug, but doesn’t compute the value.
|
WP_Theme_JSON::do_opt_in_into_settings()wp-includes/class-wp-theme-json.php | Enables some settings.
|
WP_Theme_JSON::compute_style_properties()wp-includes/class-wp-theme-json.php | Given a styles array, it extracts the style properties and adds them to the $declarations array following the format:
|
WP_Theme_JSON::get_property_value()wp-includes/class-wp-theme-json.php | Returns the style property for the given path.
|
WP_Theme_JSON::merge()wp-includes/class-wp-theme-json.php | Merges new incoming data.
|
WP_Theme_JSON::__construct()wp-includes/class-wp-theme-json.php | Constructor.
|
WP_Theme_JSON::get_stylesheet()wp-includes/class-wp-theme-json.php | Returns the stylesheet that results of processing the theme.json structure this object represents.
|
WP_Theme_JSON::get_css_variables()wp-includes/class-wp-theme-json.php | Converts each styles section into a list of rulesets to be appended to the stylesheet.
|
block_has_support()wp-includes/blocks.php | Checks whether the current block type supports the feature requested.
|
User Contributed Notes
You must log in before being able to contribute a note or feedback.