Filters the array of enqueued styles before processing for output.
Parameters
$to_dostring[]- The list of enqueued style handles about to be processed.
Source
$this->to_do = apply_filters( 'print_styles_array', $this->to_do );
Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.