Administration Screen CSS for changing the styles.
Description
If installing the 'wp-admin/' directory will be replaced with './'. The $_wp_admin_css_colors global manages the Administration Screens CSS stylesheet that is loaded. The option that is set is 'admin_color' and is the color and key for the array. The value for the color key is an object with a 'url' parameter that has the URL path to the CSS file. The query from $src parameter will be appended to the URL that is given from the $_wp_admin_css_colors array value URL.
Parameters
$srcstring
Source URL.
$handlestring
Either 'colors' or 'colors-rtl'.
Return
string|false
URL path to CSS stylesheet for Administration Screens.
Uses · 4
wp_installing()Checks or sets whether WordPress is in "installation" mode.
get_user_option()Retrieves user option that can be either per Site or per Network.
wp_parse_str()Parses a string into variables to be stored in an array.
Signature, return type and hooks compared across 5 parsed releases.
About this page
Parsed data
Generated from the wordpress-develop 7.0.4 tag, from src/wp-includes/script-loader.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.