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

Filters the URI of a WordPress admin CSS file.


Description Description


Parameters Parameters

$_file

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

$file

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


Top ↑

Source Source

File: wp-includes/general-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.