WP_Style_Engine_CSS_Rules_Store::get_storespublic staticWP 6.1.0

Gets an array of all available stores.

Method of the class: WP_Style_Engine_CSS_Rules_Store{}

No Hooks.

Returns

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() code WP 6.9

public static function get_stores() {
	return static::$stores;
}