WP_Style_Engine_CSS_Rules_Store::remove_all_stores
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() WP Style Engine CSS Rules Store::remove all stores code WP 7.0
public static function remove_all_stores() {
static::$stores = array();
}