Undefined array key “action”
-
I see a lot of such warnings in my error log file. Server has PHP 8.3.6
PHP message: PHP Warning: Undefined array key "action" in ../wp-content/plugins/http-requests-manager/http-requests-manager.php on line 2959possibly changing the line to
$return = strtolower(sanitize_text_field($_REQUEST['action'] ?? ''));can fix it?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.