Website completely inaccessible after running snippet
-
Hello everyone,
I had a critical issue with my website which became entirely inaccessible after the activation of a PHP snippet through the Code Snippets plugin. The entire WordPress installation is down, including the admin dashboard.
I’ve tried the steps of the https://help.codesnippets.pro/en/article/12-safe-mode article, but it didn’t work.
The code snippet that triggered the issue is as follows:
add_action('init', function() { global $wpdb; $tables = $wpdb->get_results("SHOW TABLES", ARRAY_N); echo ""; print_r($tables); echo ""; exit; });Thank you in advance for your help!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.