Hooks to print the scripts and styles in the footer.
N/A
Sortie :
// Utilisation de la fonction wp_print_footer_scripts
$result = wp_print_footer_scripts();
if ($result) {
// Votre logique ici
}
Chargement des actualités...