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



print_styles_array › WordPress Filter Hooks

Since2.6.0
Deprecatedn/a
apply_filters( 'print_styles_array', $this->to_do )
Parameters:
  • (string[]) $to_do The list of enqueued style handles about to be processed.
    Required: Yes
Defined at:
Codex:

Filters the array of enqueued styles before processing for output.





Source

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