wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



print_styles_array › WordPress Filter Hooks

Da2.6.0
Deprecaton/a
apply_filters( 'print_styles_array', $this->to_do )
Parametri:
  • (string[]) $to_do The list of enqueued style handles about to be processed.
    Richiesto:
Definito a:
Codex:

Filters the array of enqueued styles before processing for output.





Sorgenti

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