wp_admin_css – filter
Filters the stylesheet link to the specified CSS file. If the site is set to display right-to-left, the RTL stylesheet link will be used instead.
Parameters
- .
- ( 2.3.0 ) . .
- $stylesheet_link
- ( string ) HTML link element for the stylesheet. . . .
- $file
- ( string ) Style handle name or filename (without “.css” extension) relative to wp-admin/. Defaults to ‘wp-admin’. . . .