WP_Scripts::reset()

In this article

Resets class properties.

Source

public function reset() {	$this->do_concat = false;	$this->print_code = '';	$this->concat = '';	$this->concat_version = '';	$this->print_html = '';	$this->ext_version = '';	$this->ext_handles = ''; } 

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

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