apply_filters( 'wp_admin_css_uri', string $_file, string $file )

Filters the URI of a ClassicPress admin CSS file.


Parameters

$_file

(string) Relative path to the file with query arguments attached.

$file

(string) Relative path to the file, minus its ".css" extension.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.3.0 Introduced.