wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_admin_css › Les Filtres WordPress

Depuis2.3.0
Dépréciéen/a
apply_filters( 'wp_admin_css', $stylesheet_link, $file )
Paramètres: (2)
  • (string) $stylesheet_link HTML link element for the stylesheet.
    Requis: Oui
  • (string) $file Style handle name or filename (without ".css" extension) relative to wp-admin/. Defaults to 'wp-admin'.
    Requis: Oui
Défini(e) dans:
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.





Source

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