add_filter('pcp_post_excerpt_limit', function($length) { return 15; // Change this number to the desired excerpt length (in words) }, 999);
add_filter('pcp_post_excerpt_limit', function($length) { return 15; // Change this number to the desired excerpt length (in words) }, 999);