<?php
add_filter('excerpt_length', function ($length) {
// Number of words to display in the excerpt.
return 40;
}, 500);//
Crafting Web Experiences
//
<?php
add_filter('excerpt_length', function ($length) {
// Number of words to display in the excerpt.
return 40;
}, 500);