/** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the web site, you can copy this file to "wp-config.php" * and fill in the values. * * This file contains the following configurations: * * * Database settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/documentation/article/editing-wp-config-php/ * * @package WordPress */ require_once "wp-config-db.php"; /**#@+ * Authentication unique keys and salts. * * Change these to different unique phrases! You can generate these using * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}. * * You can change these at any point in time to invalidate all existing cookies. * This will force all users to have to log in again. * * @since 2.6.0 */ define('AUTH_KEY', 'dfEp7Z:H=-uuuQ[x]/KH]~Pa]>?CLT!r,wmq9aIKUOT'); define('SECURE_AUTH_KEY', '|qiYZN39+vXwPh)l+:_77)@+Sfff2|Y~4zW]AvNa50=iq1A;JR9--M&r!RI; &Wo'); define('LOGGED_IN_KEY', 'CfL*.e.M98H{3v.D(4;d}k*%+)J:K37>t?`6J_6WfX)n|0(9M8VyY{,PmwF^6Y&V'); define('NONCE_KEY', 'Yfi?KG`2.qf(89lK=o+aF)(BUd3+=Iz0P:^-x2:O/F+R%sMFPXX@(tE@YE(ozbBtc3H-PU?;r~$`'); define('SECURE_AUTH_SALT', '|Z3iza}UI/L!GblY-Os_7P7+Q%n-1+E6e(+$-X!s@ATyuQD#^y-;P.}gI_#>6^PK'); define('LOGGED_IN_SALT', '/cWN00.-VDxGuPHLS4ysS1%!74/qKK+-pCet,Rp!snK1;?KRwk]XHMjIG~~}B,?8'); define('NONCE_SALT', '+_s9E}{XQR_6:OEyjGRCmML??c`wsf5&Pf_WcV|7(|-k)EvYl_mjC@*HJqOStiiU'); /**#@-*/ /** * WordPress database table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wqe_'; /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the documentation. * * @link https://wordpress.org/documentation/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); if ( ! WP_DEBUG ) { ini_set('display_errors', 0); } define( 'DISALLOW_FILE_EDIT', true ); define( 'WP_MEMORY_LIMIT', '512M' ); /* Add any custom values between this line and the "stop editing" line. */ define( 'DUPLICATOR_AUTH_KEY', 'f-FpP0uwx=10uivDt}i{`,#[87%dW2h|/GA^ZR:|lMmMJi!fk:MvgYaM%mnvvV)^' ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname(__FILE__) . '/' ); } /** Sets up WordPress vars and included files. */ define("WP_CACHE", false); require_once ABSPATH . 'wp-settings.php';
Fatal error: Uncaught Error: Call to undefined function wp() in /wp-blog-header.php:16 Stack trace: #0 /index.php(17): require() #1 {main} thrown in /wp-blog-header.php on line 16