print_styles_array, $this->to_do
print_styles_array, $this->to_do
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('print_styles_array, $this->to_do') is found 1 times:
- /wp-includes/class-wp-styles.php line 390
* @since 2.6.0 * * @param string[] $to_do The list of enqueued style handles about to be processed. */ $this->to_do = apply_filters( 'print_styles_array', $this->to_do ); } return $result; } /** * Generates an enqueued style's fully-qualified URL.