Warning: count(): Parameter must implement Countable
-
If you have the shortcode without any active feeds, you get this warning:
Warning: count(): Parameter must be an array or an object that implements Countable in wp-content/plugins/insta-gallery/includes/frontend.php on line 122
The fix is to change
get_option('insta_gallery_items')
toget_option('insta_gallery_items', [])
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Warning: count(): Parameter must implement Countable’ is closed to new replies.