wpseek.com
A WordPress-centric search engine for devs and theme authors



print_scripts_array › WordPress Filter Hooks

Since2.3.0
Deprecatedn/a
apply_filters( 'print_scripts_array', $this->to_do )
Parameters:
  • (string[]) $to_do An array of script dependency handles.
    Required: Yes
Defined at:
Codex:

Filters the list of script dependencies left to print.





Source

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