Description
Filters the array of enqueued styles before processing for output.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-styles.php | 380 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $to_do | The list of enqueued style handles about to be processed. |
PHP Doc
/**
* Filters the array of enqueued styles before processing for output.
*
* @since 2.6.0
*
* @param string[] $to_do The list of enqueued style handles about to be processed.
*/