I have an event maker on Wordpress. I\'m having this error message, maybe is because I updated to PHP 7.2:
Warning: sizeof(): Parameter must be an array or an ob
I understand specific you want. But you can resolve the following:
Update plugin new version. If plugin not support then you can fix code:
if( is_array($eventos[$day]) && sizeof($eventos[$day])>0) echo "";
if(is_array($eventos[$day]) && sizeof($eventos[$day])>0) echo ""
Or, replace by method count()