WP_Style_Engine_CSS_Rules_Store::get_stores()public staticWP 6.1.0

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

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