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.

Top ↑

Source

File: wp-includes/class-wp-scripts.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes

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