This action is documented in wp-includes/functions.wp-scripts.php do_action( 'wp_print_scripts' );
N/A
Sortie :
@param bool $print Whether to print the head scripts. Default true. @return string[] Handles of the scripts that were printed.
// Utilisation de la fonction print_footer_scripts
$result = print_footer_scripts();
if ($result) {
// Votre logique ici
}
Chargement des actualités...