add_filter( 'elementor_pro/display_conditions/dynamic_tags/custom_fields_meta_limit', 'my_custom_custom_fields_meta_limit' );
function my_custom_custom_fields_meta_limit( $limit ) {
$new_limit = 250; // Change this to your desired limit
return $new_limit;
}
Skip to content
Check out BARTENDER® June E-News now on the front page of bartender.com for job opps, cocktail recipes, feature Bottle Shop, Bartender, Bar, Wine, Beer and more!