Notices
-
Please remove the notices from the plugin.
I mean, On line 593 change from
if(!function_exists(is_robot)){toif(!function_exists('is_robot')){Also on line 118, 122, 126, 127, you have an undefined index, so adding
@in front of$_GETwill stop the notices 🙂 But might want to fix withif(isset($_GET['cache_view_type])){Thanks
The topic ‘Notices’ is closed to new replies.