On this page
apply_filters( 'wp_admin_css_uri', string $_file, string $file )
Filters the URI of a WordPress admin CSS file.
Parameters
$_filestring-
Relative path to the file with query arguments attached.
$filestring-
Relative path to the file, minus its ".css" extension.
Source
File: wp-includes/general-template.php. View all references
return apply_filters( 'wp_admin_css_uri', $_file, $file );
Related
Used By
| Used By | Description |
|---|---|
| wp_admin_css_uri() wp-includes/general-template.php | Displays the URL of a WordPress admin CSS file. |
Changelog
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_admin_css_uri