WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_admin_css_uri

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 4842 /**
* Filters the URI of a WordPress admin CSS file.
*
* @since 2.3.0
*
* @param string $_file Relative path to the file with query arguments attached.
* @param string $file Relative path to the file, minus its ".css" extension.
*/

Hook Parameters

Parameter Type Name Description
string $_file Relative path to the file with query arguments attached.
string $file Relative path to the file, minus its ".css" extension.