This filter is documented in wp-includes/formatting.php
$block_core_latest_posts_excerpt_length
Sortie :
// 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;
}
Chargement des actualités...