ahmedkaludi / wp-multilang

15 stars 2 forks source link

Undefined array key "REQUEST_METHOD" #88

Open saddy001 opened 1 month ago

saddy001 commented 1 month ago

In the logs (most recent plugin version):

Undefined array key "REQUEST_METHOD" in /var/www/html/test/wp-content/plugins/wp-multilang/includes/wpm-core-functions.php:225

saddy001 commented 1 month ago

Fix:

/var/www/html/test/wp-content/plugins/wp-multilang/includes/wpm-core-functions.php:225

if ( 'GET' === ($_SERVER['REQUEST_METHOD'] ?? null) || ! is_admin() ) {