Nagging warning
-
This warning:
Warning: Undefined array key “REQUEST_METHOD” in /home/customer/www/librairiewilsonlafleur.com/public_html/wp-content/plugins/sg-cachepress/core/Helper/File_Cacher_Trait.php on line 17
Shows up when crons are running through the Site Tools. We changed the code for this snippet to silence it, but we thought it could be useful to make you aware of it:
if ( isset( $_SERVER['REQUEST_METHOD'] ) && $_SERVER['REQUEST_METHOD'] !== 'GET' ) { //phpcs:ignore
return;
}If there’s a follow-up or a better fix, let us know.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.