print_styles_array

print_styles_array

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('print_styles_array') is found 1 times:

  • /wp-includes/class-wp-styles.php line 380
    			 * @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 $r;
    	}
    
    	/**
    	 * Generates an enqueued style's fully-qualified URL.