WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about print_styles_array

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-styles.php apply_filters 380 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string[] $to_do The list of enqueued style handles about to be processed.