apply_filters( 'print_styles_array', array $to_do )

Filters the array of enqueued styles before processing for output.


Parameters

$to_do

(array) The list of enqueued styles about to be processed.


Source

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

View on GitHub



Changelog

Changelog
Version Description
WP-2.6.0 Introduced.