Prints the script queue in the HTML head on admin pages. Postpones the scripts that were queued for the footer. print_footer_scripts() is called in the footer to print these scripts.
N/A
Sortie :
@return string[] Handles of the scripts that were printed.
// Utilisation de la fonction print_head_scripts
$result = print_head_scripts();
if ($result) {
// Votre logique ici
}
Chargement des actualités...