WP_Scripts::__construct()

Constructor.


Source

File: wp-includes/class-wp-scripts.php. View all references

public function __construct() {
	$this->init();
	add_action( 'init', array( $this, 'init' ), 0 );
}


Top ↑

Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes

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