WP_Scripts::__construct()
Constructor.
Source
File: wp-includes/class-wp-scripts.php
public function __construct() {
$this->init();
add_action( 'init', array( $this, 'init' ), 0 );
}
Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |
Constructor.
File: wp-includes/class-wp-scripts.php
public function __construct() {
$this->init();
add_action( 'init', array( $this, 'init' ), 0 );
}
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |