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
Happy Holidays from BARTENDER® Magazine! Check out December E-News on the front page of bartender.com for Job Opps, featured recipes, video, Bartender, Bar, wine, beer and more.