Trying to access array offset on value of type bool
-
Hi,
I found some warnings in the logfile like this one:
[15-Mar-2023 18:19:53 UTC] PHP Warning: Trying to access array offset on value of type bool in /…/wp-content/plugins/my-tickets/mt-cart.php on line 1108
This is caused by the WordPress function get_post_meta() which returns also FALSE. That return result isn’t covered in line 1108.
Best regards,
Michael
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Trying to access array offset on value of type bool’ is closed to new replies.