WP_Style_Engine_CSS_Rules_Store::get_stores()
Gets an array of all available stores.
Method of the class: WP_Style_Engine_CSS_Rules_Store{}
No Hooks.
Return
WP_Style_Engine_CSS_Rules_Store[]
.
Usage
$result = WP_Style_Engine_CSS_Rules_Store::get_stores();
Changelog
Since 6.1.0 | Introduced. |
WP_Style_Engine_CSS_Rules_Store::get_stores() WP Style Engine CSS Rules Store::get stores code WP 6.4.1
public static function get_stores() { return static::$stores; }