PHP Warning: Undefined array key
-
Hi,
I’m getting the following PHP warning on my WordPress site when using the Strong Testimonials plugin:
[02-Jul-2025 06:24:45 UTC] PHP Warning: Undefined array key "color" in /wp-content/plugins/strong-testimonials/includes/class-strong-view.php on line 479It looks like the plugin is trying to access the
'color'key in an array that may not always have it defined. To avoid this warning, I recommend usingisset()or the null coalescing operator (??) to check if the key exists before accessing it.WordPress version 6.8.1.
PHP version 8.1
Thank you for your support and for the great plugin!
Best regards,
The topic ‘PHP Warning: Undefined array key’ is closed to new replies.