Apr 15, 2020 · 4 min read
function wps_change_excerpt_length($length) {
return 24;
}
add_filter("excerpt_length", "wps_change_excerpt_length", 9999);
Copyright © 2025 by WP CODE SNIPPETS
Join our mailing list to receive the latest news and updates from our team.