print_styles_array

Advertisement

Summery Summery

Filters the array of enqueued styles before processing for output.

Syntax Syntax

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

Parameters Parameters

$to_do

The list of enqueued style handles about to be processed.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Advertisement

Leave a Reply