wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_admin_css › WordPress Filter Hooks

Da2.3.0
Deprecaton/a
apply_filters( 'wp_admin_css', $stylesheet_link, $file )
Parametri: (2)
  • (string) $stylesheet_link HTML link element for the stylesheet.
    Richiesto:
  • (string) $file Style handle name or filename (without ".css" extension) relative to wp-admin/. Defaults to 'wp-admin'.
    Richiesto:
Definito a:
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.





Sorgenti

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