Fatal Error WP Widget not found
-
I believe I updated to 4.5.3, although after the update I have not been able to access my site, I keep getting this error
Fatal error: Class ‘WP_Widget’ not found in /home/nesainc/public_html/wp-includes/widgets/class-wp-widget-pages.php on line 17
Below is line 17 of the file it describes.
class WP_Widget_Pages extends WP_Widget {
/**
* Sets up a new Pages widget instance.
*
* @since 2.8.0
* @access public
*/
public function __construct() {
$widget_ops = array(
‘classname’ => ‘widget_pages’,
‘description’ => __( ‘A list of your site’s Pages.’ ),
‘customize_selective_refresh’ => true,
);
parent::__construct( ‘pages’, __( ‘Pages’ ), $widget_ops );
}
Any help will be appreciated. the website is https://www.nesasales.com
- The topic ‘Fatal Error WP Widget not found’ is closed to new replies.