add_filter( 'pcp_hr_grid_first_item_content_limit', function($limit, $shortcode_id ){
if ( 3842 == $shortcode_id ){ // Update 2923 with your shortcode id
$limit = 99;
}
return $limit;
}, 10, 2);
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter