Displays the post excerpt for the embed template. Intended to be used in 'The Loop'.
N/A
Sortie :
// Utilisation de la fonction the_excerpt_embed
$result = the_excerpt_embed();
if ($result) {
// Votre logique ici
}
Chargement des actualités...