wp_enqueue_stored_styles
wp_enqueue_stored_styles ( $options = array() )
Parameters:- (array) options { Optional. An array of options to pass to wp_style_engine_get_stylesheet_from_context(). Default empty array. @type bool $optimize Whether to optimize the CSS output, e.g., combine rules. Default false. @type bool $prettify Whether to add new lines and indents to output. Default to whether the `SCRIPT_DEBUG` constant is defined. }
Links:Defined at: - Introduced in WordPress: 6.1.0
- Deprecated in WordPress: —
Description
Fetches, processes and compiles stored core styles, then combines and renders them to the page.Styles are stored via the style engine API.