Filters the list of script dependencies left to print.
Parameters
$to_do
string[]- An array of script dependency handles.
Source
$this->to_do = apply_filters( 'print_scripts_array', $this->to_do );
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |
Filters the list of script dependencies left to print.
$to_do
string[]$this->to_do = apply_filters( 'print_scripts_array', $this->to_do );
Version | Description |
---|---|
2.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.