print_styles_array

print_styles_array

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('print_styles_array') is found 1 times:

  • /wp-includes/class-wp-styles.php line 380
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
             * @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.