How to add more google calendar profile support
Last Updated: February 21, 2025
add_filter('evosy_google_profiles', 'function_001',10,1);
function function_001($count){
return 8;
}
Paste the above code into your functions.php file. This will increase the allowed number of Google profiles in your settings so you can add more Google profiles to your calendar.
Did this article help you?