WP_Style_Engine_CSS_Rules_Store::remove_all_storespublic staticWP 6.1.0

Clears all stores from static::$stores.

Method of the class: WP_Style_Engine_CSS_Rules_Store{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WP_Style_Engine_CSS_Rules_Store::remove_all_stores();

Changelog

Since 6.1.0 Introduced.

WP_Style_Engine_CSS_Rules_Store::remove_all_stores() code WP 6.8.1

public static function remove_all_stores() {
	static::$stores = array();
}