apply_filters( ‘print_styles_array’, string[] $to_do )

In this article

Filters the array of enqueued styles before processing for output.

Parameters

$to_dostring[]
The list of enqueued style handles about to be processed.

Source

$this->to_do = apply_filters( 'print_styles_array', $this->to_do );

Changelog

VersionDescription
2.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.