Other Documentations
How to get more custom event data fields
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.
1 2 3 4 |
add_filter('evo_max_cmd_count','custom_function_2',10,1); function custom_function_2($number){ return 16; } |
Did this article help you? If not, send us a ticket via helpdesk