Hello,
My wordpress website recently got corrupted with the following error message: Fatal error: Class 'WP_Rewrite' not found in /home1/thewriw3/public_html/wp-settings.php on line 219
/**
* Holds the WordPress Rewrite object for creating pretty URLs
* @global object $wp_rewrite
* @since 1.5.0
*/
$wp_rewrite =& new WP_Rewrite(); <--Line 219
Before the fatal error, I get a bunch of coding that appears on the my website.
Can you please help me with solutions to resolve this issue? I would greatly appreciate it.