WP_Styles::reset() public WP 3.3.0
Resets class properties.
{} It's a method of the class: WP_Styles{}
No Hooks.
Return
Null. Nothing.
Usage
global $wp_styles; $wp_styles->reset();
Changelog
Since 3.3.0 | Introduced. |
Code of WP_Styles::reset() WP Styles::reset WP 5.6
public function reset() {
$this->do_concat = false;
$this->concat = '';
$this->concat_version = '';
$this->print_html = '';
}