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:

Description

Fetches, processes and compiles stored core styles, then combines and renders them to the page.Styles are stored via the style engine API.

Related Functions

wp_enqueue_embed_styles, wp_enqueue_emoji_styles, wp_enqueue_style, wp_enqueue_global_styles, wp_enqueue_block_style

Top Google Results

User discussions

wpseek mobile