wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_admin_css › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'wp_admin_css', $stylesheet_link, $file )
Parameter: (2)
  • (string) $stylesheet_link HTML link element for the stylesheet.
    Erforderlich: Ja
  • (string) $file Style handle name or filename (without ".css" extension) relative to wp-admin/. Defaults to 'wp-admin'.
    Erforderlich: Ja
Definiert in:
Codex:

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.





Quellcode

echo apply_filters( 'wp_admin_css', $stylesheet_link, $file );