excerpt_length

FILTER wp-includes\blocks\latest-posts.php (ligne 159) github
This filter is documented in wp-includes/formatting.php

Paramètres

Entrée :
$block_core_latest_posts_excerpt_length
Sortie :
N/A

Utilisation

// Modifier la valeur avec le filtre 'excerpt_length'
add_filter('excerpt_length', 'ma_fonction_filtre', 10, 1);

function ma_fonction_filtre($block_core_latest_posts_excerpt_length) {
    // Modifier la valeur
    return $block_core_latest_posts_excerpt_length;
}

Actualités

Chargement des actualités...