On this page
WP_Style_Engine::get_store( string $store_name ): WP_Style_Engine_CSS_Rules_Store
Returns a store by store key.
Parameters
$store_namestring Required-
A store key.
Return
Source
File: wp-includes/style-engine/class-wp-style-engine.php. View all references
public static function get_store( $store_name ) {
return WP_Style_Engine_CSS_Rules_Store::get_store( $store_name );
}
Related
Uses
| Uses | Description |
|---|---|
| WP_Style_Engine_CSS_Rules_Store::get_store() wp-includes/style-engine/class-wp-style-engine-css-rules-store.php | Gets an instance of the store. |
Used By
| Used By | Description |
|---|---|
| wp_style_engine_get_stylesheet_from_context() wp-includes/style-engine.php | Returns compiled CSS from a store, if found. |
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_style_engine/get_store