Description
Filters the URI of a WordPress admin CSS file.
Occurrences
Filename | Line Number |
---|---|
wp-includes/general-template.php | 4855 |
Parameters
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. |
PHP Doc
/**
* 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.
*/