WP_Scripts::__construct
Constructor.
Method of the class: WP_Scripts{}
No Hooks.
Returns
null. Nothing (null).
Usage
global $wp_scripts; $wp_scripts->__construct();
Changelog
| Since 2.6.0 | Introduced. |
WP_Scripts::__construct() WP Scripts:: construct code WP 6.9
public function __construct() {
$this->init();
add_action( 'init', array( $this, 'init' ), 0 );
}