You appear to be a bot. Output may be restricted
Description
Setup dependencies.
Usage
_WP_Dependency::__construct( $args );
Parameters
- $args
- ( mixed ) optional –
Returns
void
Source
File name: wordpress/wp-includes/class-wp-dependency.php
Lines:
1 to 6 of 6
public function __construct( ...$args ) { list( $this->handle, $this->src, $this->deps, $this->ver, $this->args ) = $args; if ( ! is_array( $this->deps ) ) { $this->deps = array(); } }