apply_filters( 'print_styles_array', string[] $to_do )

Filters the array of enqueued styles before processing for output.


Parameters

$to_do

The list of enqueued style handles about to be processed.


Source

File: wp-includes/class-wp-styles.php

View on GitHub



Changelog

Changelog
Version Description
2.6.0 Introduced.