apply_filters( ‘wp_admin_css_uri’, string $_file, string $file )

In this article

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

return apply_filters( 'wp_admin_css_uri', $_file, $file );

Changelog

VersionDescription
2.3.0Introduced.

User Contributed Notes

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