print_footer_scripts

FUNCTION wp-includes\script-loader.php (ligne 2130) github
This action is documented in wp-includes/functions.wp-scripts.php  		do_action( 'wp_print_scripts' );

Paramètres

Entrée :
N/A
Sortie :
@param bool $print Whether to print the head scripts. Default true.
@return string[] Handles of the scripts that were printed.

Utilisation

// Utilisation de la fonction print_footer_scripts
$result = print_footer_scripts();

if ($result) {
    // Votre logique ici
}

Actualités

Chargement des actualités...