Filters whether to print the admin styles.
N/A
Sortie :
@param bool $print Whether to print the admin styles. Default true. @return array|void
// Utilisation de la fonction print_late_styles
$result = print_late_styles();
if ($result) {
// Votre logique ici
}
Chargement des actualités...