WP_Scripts::__construct()

In this article

Constructor.

Source

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

Changelog

VersionDescription
2.6.0Introduced.

User Contributed Notes

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