On this page
apply_filters( 'print_styles_array', string[] $to_do )
Filters the array of enqueued styles before processing for output.
Parameters
$to_dostring[]-
The list of enqueued style handles about to be processed.
Source
File: wp-includes/class-wp-styles.php. View all references
$this->to_do = apply_filters( 'print_styles_array', $this->to_do );
Related
Used By
| Used By | Description |
|---|---|
| WP_Styles::all_deps() wp-includes/class-wp-styles.php | Determines style dependencies. |
Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/print_styles_array