add_filter('evo_max_cmd_count','custom_function_2',10,1); function custom_function_2($number){ return 3; }
Scroll to Top