On this page
WP_Styles::reset()
Resets class properties.
Source
File: wp-includes/class-wp-styles.php. View all references
public function reset() {
$this->do_concat = false;
$this->concat = '';
$this->concat_version = '';
$this->print_html = '';
}
Related
Used By
| Used By | Description |
|---|---|
| print_admin_styles() wp-includes/script-loader.php | Prints the styles queue in the HTML head on admin pages. |
| print_late_styles() wp-includes/script-loader.php | Prints the styles that were queued too late for the HTML head. |
Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_styles/reset