Trying to access array offset on value of type bool
-
Using WordPress 6.6.2 and PHP 8.2.23 – receiving the following error:
Warning: Trying to access array offset on value of type bool in /wp-content/plugins/wp-masonry-infinite-scroll/includes/functions.php on line 194
Here’s my shortcode:
[wmis posttype="post" poststatus="publish" postperpage="15" postorder="DESC" postorderby="date" loadingoffset="300" showimage="1" thumbsize="1536x1536" showtitle="1" headingtype="h2" showdate="0" showexcerpt="0" showreadmore="0" loadmorebutton="0"]
I only have one post so far; is that the problem?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.