apply_filters( ‘print_scripts_array’, string[] $to_do )

In this article

Filters the list of script dependencies left to print.

Parameters

$to_dostring[]
An array of script dependency handles.

Source

$this->to_do = apply_filters( 'print_scripts_array', $this->to_do );

Changelog

VersionDescription
2.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.