// ensure EXT is defined if ( ! defined( 'EXT' ) ) { define( 'EXT', '.php' ); } # # See: wpgrade-config.php -> include-paths for additional theme specific # function and class includes # // ensure REQUEST_PROTOCOL is defined if ( ! defined('REQUEST_PROTOCOL')) { if (is_ssl()) { define( 'REQUEST_PROTOCOL', 'https:' ); } else { define( 'REQUEST_PROTOCOL', 'http:' ); } } // Loads the theme's translated strings load_theme_textdomain( 'rosa_txtd', get_template_directory() . '/languages' ); // Theme specific settings // ----------------------- // add theme support for post formats // child themes note: use the after_setup_theme hook with a callback // right now no post formats //$formats = array( 'video', 'audio', 'gallery', 'image', 'quote', 'link', 'chat', 'aside', ); //add_theme_support( 'post-formats', $formats ); // Initialize system core // ---------------------- require_once 'wpgrade-core/bootstrap' . EXT; # # Please perform any initialization via options in wpgrade-config and # calls in wpgrade-core/bootstrap. Required for testing. # Willy's - Place to be
Fatal error: Uncaught Error: Class 'wpgrade' not found in /home/willys/public_html/wp-content/themes/rosa/header.php:56 Stack trace: #0 /home/willys/public_html/wp-includes/template.php(770): require_once() #1 /home/willys/public_html/wp-includes/template.php(716): load_template('/home/willys/pu...', true, Array) #2 /home/willys/public_html/wp-includes/general-template.php(48): locate_template(Array, true, true, Array) #3 /home/willys/public_html/wp-content/themes/rosa/page-templates/slideshow.php(15): get_header() #4 /home/willys/public_html/wp-includes/template-loader.php(113): include('/home/willys/pu...') #5 /home/willys/public_html/wp-blog-header.php(19): require_once('/home/willys/pu...') #6 /home/willys/public_html/index.php(17): require('/home/willys/pu...') #7 {main} thrown in /home/willys/public_html/wp-content/themes/rosa/header.php on line 56