WP_Style_Engine_CSS_Rules_Store::get_stores(): WP_Style_Engine_CSS_Rules_Store[]

In this article

Gets an array of all available stores.

Return

WP_Style_Engine_CSS_Rules_Store[]

Source

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

Changelog

VersionDescription
6.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.