Gets an array of all available stores.
Source
public static function get_stores() {
return static::$stores;
}
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |
CARVIEW |
Gets an array of all available stores.
public static function get_stores() {
return static::$stores;
}
Used by | Description |
---|---|
wp_enqueue_stored_styles()wp-includes/script-loader.php | Fetches, processes and compiles stored core styles, then combines and renders them to the page. |
Version | Description |
---|---|
6.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.