wp_body_open

FUNCTION wp-includes\general-template.php (ligne 3219) github
Prints scripts or data before the closing body tag on the front end.

Paramètres

Entrée :
N/A
Sortie :
N/A

Utilisation

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

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

Actualités

Chargement des actualités...