Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 17, 2025
1 parent 6d30a10 commit 480fb89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion debug/debug-post-requests.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
* Insert this snippet at the top of wp-config.php
*/

if (isset($_SERVER['REQUEST_METHOD']) && $_SERVER['REQUEST_METHOD'] === 'POST') { error_log('POSTed:'.$_SERVER['REQUEST_URI'].json_encode($POST)); }
if (isset($_SERVER['REQUEST_METHOD']) && $_SERVER['REQUEST_METHOD'] === 'POST') {
error_log('POSTed:'.$_SERVER['REQUEST_URI'].json_encode($POST));
}

0 comments on commit 480fb89

Please sign in to comment.