apply_filters( 'print_scripts_array', string[] $to_do )
Filters the list of script dependencies left to print.
Parameters
-
$to_do
string[] -
An array of script dependency handles.
Source
File: wp-includes/class-wp-scripts.php
.
View all references
$this->to_do = apply_filters( 'print_scripts_array', $this->to_do );
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |