Undefined array key “HTTP_USER_AGENT”
-
PHP Warning: Undefined array key "HTTP_USER_AGENT" in /path/to/wp-content/plugins/country-redirect/country-redirect.php on line 297
I presume this is happening on cron or wp cli.
I added a check for
! isset( $_SERVER['HTTP_USER_AGENT'] )
beforehand.
- The topic ‘Undefined array key “HTTP_USER_AGENT”’ is closed to new replies.