wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_admin_css_uri › WordPress Filter Hooks

Since2.3.0
Deprecatedn/a
apply_filters( 'wp_admin_css_uri', $_file, $file )
Parameters: (2)
  • (string) $_file Relative path to the file with query arguments attached.
    Required: Yes
  • (string) $file Relative path to the file, minus its ".css" extension.
    Required: Yes
Defined at:
Codex:

Filters the URI of a WordPress admin CSS file.





Source

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