Filters the URI of a WordPress admin CSS file.
$file = 'wp-admin', $force_echo = false
Sortie :
@param string $_file Relative path to the file with query arguments attached. @param string $file Relative path to the file, minus its ".css" extension. @param string $file Optional. Style handle name or file name (without ".css" extension) relative @param bool $force_echo Optional. Force the stylesheet link to be printed rather than enqueued.
// Utilisation de la fonction wp_admin_css
$result = wp_admin_css($file = 'wp-admin', $force_echo = false);
if ($result) {
// Votre logique ici
}
Chargement des actualités...