wp_get_global_stylesheet
wp_get_global_stylesheet ( $types = array() )
Parameters:- (array) types Types of styles to load. Optional. It accepts 'variables', 'styles', 'presets' as values. If empty, it'll load all for themes with theme.json support and only [ 'variables', 'presets' ] for themes without theme.json support.
Returns:Defined at: - Introduced in WordPress: 5.9.0
- Deprecated in WordPress: —
Description
Returns the stylesheet resulting of merging core, theme, and user data.