Project Type: WordPress Reference

WP_Term

Core class used to implement the WP_Term object. Represents a single taxonomy term. Source: wp-includes/class-wp-term.php Since: 4.4.0 Class Declaration #[AllowDynamicProperties] final class WP_Term Properties Property Type Visibility Description $term_id int...

WP_Style_Engine_CSS_Declarations

Holds, sanitizes, processes, and prints CSS declarations for the style engine. Source: wp-includes/style-engine/class-wp-style-engine-css-declarations.php Since: 6.1.0 Properties Property Type Visibility Description $declarations array protected CSS declarations as property => value pairs...

WP_Style_Engine_CSS_Rule

Represents a CSS rule with selector, declarations, and optional rules group (for nested CSS). Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php Since: 6.1.0 Properties Property Type Visibility Description $selector string protected CSS selector $declarations WP_Style_Engine_CSS_Declarations...

WP_Style_Engine_Processor

Compiles styles from stores or collections of CSS rules into a stylesheet. Source: wp-includes/style-engine/class-wp-style-engine-processor.php Since: 6.1.0 Properties Property Type Visibility Description $stores array protected Collection of WP_Style_Engine_CSS_Rules_Store objects $css_rules array...

WP_Style_Engine

Core class for parsing block styles and compiling CSS. This is a low-level internal API. Source: wp-includes/style-engine/class-wp-style-engine.php Since: 6.1.0 Access: Private (use wp_style_engine_get_styles() instead) Note: This class is final and...

Style Engine Functions

Public API functions for generating and compiling CSS styles. Source: wp-includes/style-engine.php wp_style_engine_get_styles() Generates styles from a block style object (e.g., block attributes or theme.json styles). wp_style_engine_get_styles( array $block_styles, array $options...

Style Engine

Consistent API for rendering CSS styles for blocks across client-side and server-side applications. Since: 6.1.0 Source: wp-includes/style-engine.php, wp-includes/style-engine/ Components Component Description functions.md Public API functions class-wp-style-engine.md Core parsing and compilation...

WP_Taxonomy

Core class used for interacting with taxonomies. Represents a registered taxonomy and its configuration. Source: wp-includes/class-wp-taxonomy.php Since: 4.7.0 Class Declaration #[AllowDynamicProperties] final class WP_Taxonomy Properties Property Type Visibility Description $name...

WP_Sitemaps_Registry

Registry for managing sitemap providers. Source: wp-includes/sitemaps/class-wp-sitemaps-registry.php Since: 5.5.0 Overview Manages registration and retrieval of sitemap providers. Accessed via WP_Sitemaps::$registry. Properties Property Type Visibility Description $providers WP_Sitemaps_Provider[] private Registered providers...

WP_Sitemaps

Main sitemap controller integrating all sitemap components. Source: wp-includes/sitemaps/class-wp-sitemaps.php Since: 5.5.0 Overview The main class that orchestrates sitemap functionality including provider registration, rewrite rules, rendering, and robots.txt integration. Properties Property...

← Back to Chubes.net