wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



print_scripts_array › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'print_scripts_array', $this->to_do )
Parameter:
  • (string[]) $to_do An array of script dependency handles.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the list of script dependencies left to print.





Quellcode

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