New and updated in 6.1.0
-
Loads classic theme styles on classic themes in the editor.
-
functionwp_enqueue_stored_styles()
Fetches, processes and compiles stored core styles, then combines and renders them to the page.
-
functionwp_filter_out_block_nodes()
Applies a filter to the list of style nodes that comes from WP_Theme_JSON::get_style_nodes().
-
functionis_term_publicly_viewable()
Determines whether a term is publicly viewable.
-
functionget_template_hierarchy()
Gets the template hierarchy for the given template slug to be created.
-
Builds the title and description of a post-specific template based on the underlying referenced post.
-
Builds the title and description of a taxonomy-specific template based on the underlying entity referenced.
-
Core class used for style engine CSS rules.
Used by 0 functions | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:18 -
Constructor.
Used by 4 functions | Uses 3 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:61 -
Sets the selector.
Used by 1 function | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:75 -
Sets the declarations.
Used by 1 function | Uses 1 function | Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:89 -
Gets the declarations object.
Used by 0 functions | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:137 -
Gets the full selector.
Used by 1 function | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:148 -
Gets the CSS.
Used by 0 functions | Uses 2 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:164 -
Gets the CSS rules as a string.
Used by 0 functions | Uses 3 functions | Source: wp-includes/style-engine/class-wp-style-engine-processor.php:118 -
Combines selectors from the rules store when they have the same styles.
Used by 1 function | Uses 2 functions | Source: wp-includes/style-engine/class-wp-style-engine-processor.php:150 -
Clears all stores from static::$stores.
Used by 0 functions | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:82 -
Sets the store name.
Used by 0 functions | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:93 -
Gets the store name.
Used by 0 functions | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:104 -
Gets an array of all rules.
Used by 0 functions | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:115 -
Gets a WP_Style_Engine_CSS_Rule object by its selector.
Used by 0 functions | Uses 1 function | Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:132 -
Removes a selector from the store.
Used by 0 functions | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:163 -
Core class used to compile styles from stores or collection of CSS rules.
Used by 0 functions | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-processor.php:16 -
Adds a store to the processor.
Used by 0 functions | Uses 1 function | Source: wp-includes/style-engine/class-wp-style-engine-processor.php:42 -
Adds rules to be processed.
Used by 1 function | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-processor.php:68 -
Gets an instance of the store.
Used by 1 function | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:54 -
Gets an array of all available stores.
Used by 1 function | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:73 -
Removes a single declaration.
Used by 1 function | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-declarations.php:82 -
Adds multiple declarations.
Used by 1 function | Uses 1 function | Source: wp-includes/style-engine/class-wp-style-engine-css-declarations.php:95 -
Removes multiple declarations.
Used by 0 functions | Uses 1 function | Source: wp-includes/style-engine/class-wp-style-engine-css-declarations.php:110