Is the plugin ready for use with PHP 7.4? On some posts, I get this error where the image should go:
<img src="<br />
<b>Notice</b>: Trying to access array offset on value of type bool in <b>path/wp-content/plugins/wp-show-posts/inc/image-resizer.php</b> on line <b>121</b><br />
<br />
<b>Notice</b>: Trying to access array offset on value of type bool in <b>path/wp-content/plugins/wp-show-posts/inc/image-resizer.php</b> on line <b>122</b><br />
https://mysite.com/wp-content/uploads/2020/08/yukon-menu.jpg" />
Its only on some posts and not on others – I haven’t figured out why. But it doesn’t happen on one server and does on another, and I’m pretty sure the difference is that the one with the error is running PHP 7.4 while the other is not.