PHP Warnings: Attempt to read property “ID” on null
-
Hi,
Since updating to 3.20.1, I am getting thousands of PHP warnings:
Warning: Attempt to read property "ID" on null in /wp-content/plugins/woocommerce-paynl-payment-methods/woocommerce-payment-paynl.php on line 65
Can you please add a check if
$post
is notnull
before accessing its properties by starting the condition withif ($post &...
on this line in your next stable release?Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.