Winter Solstice sale! 30% Off code: SOLSTICE24 Shop Now

ends midnight 12/21 PST

How to get more custom event data fields

Last Updated: December 17, 2016

Paste the below code into functions.php file inside your activate theme. Below example returns 15 total custom meta fields. So based on that adjust the number to your desired custom meta field count.

add_filter('evo_max_cmd_count','custom_function_2',10,1);
function custom_function_2($number){
return 16;
}

 

Did this article help you?

Ready to setup your calendar?