wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_admin_css_uri › Filtr WordPress Hooks

Od2.3.0
Przestarzałyn/a
apply_filters( 'wp_admin_css_uri', $_file, $file )
Parametry: (2)
  • (string) $_file Relative path to the file with query arguments attached.
    Wymagane: Tak
  • (string) $file Relative path to the file, minus its ".css" extension.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the URI of a WordPress admin CSS file.





Źródło

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