PHP Warnings in toggle-blocks.php
-
Hello!
It is possible for a PHP warning to occur in the following location. Tested on PHP 8.2:
PHP Warning: Trying to access array offset on value of type bool in wp-content/plugins/megamenu-pro/toggle-blocks/toggle-blocks.php on line 94It relates to a call to
wp_get_attachment_image_src()that assumes the call never returnsfalse– which it can, given unexpected edge cases.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.