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



print_styles_array › WordPress Filter Hooks

Seit2.6.0
Veraltetn/v
apply_filters( 'print_styles_array', $this->to_do )
Parameter:
  • (string[]) $to_do The list of enqueued style handles about to be processed.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the array of enqueued styles before processing for output.





Quellcode

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