the_excerpt_embed

FUNCTION wp-includes\embed.php (ligne 1021) github
Displays the post excerpt for the embed template. Intended to be used in 'The Loop'.

Paramètres

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

Utilisation

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

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

Actualités

Chargement des actualités...