Prints scripts or data before the closing body tag on the front end.
N/A
Sortie :
// Utilisation de la fonction wp_body_open
$result = wp_body_open();
if ($result) {
// Votre logique ici
}
Chargement des actualités...