public_html/wp-config.php
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define('WP_MEMORY_LIMIT', '512M');
define('WP_MAX_MEMORY_LIMIT', '512M');
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
Fatal error: Uncaught Error: Call to undefined function wp() in /home/77/9e/d5/sksports/domains/sksportszone.com/public_html/wp-blog-header.php:16
Stack trace:
#0 /home/77/9e/d5/sksports/domains/sksportszone.com/public_html/index.php(17): require()
#1 {main}
thrown in /home/77/9e/d5/sksports/domains/sksportszone.com/public_html/wp-blog-header.php on line 16