/** /** The name of the database for WordPress */ define( 'DB_NAME', 'dutelon_wp833' ); /** Database username */ define( 'DB_USER', 'dutelon_wp833' ); /** Database password */ define( 'DB_PASSWORD', 'sm0g5xffo6yy' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** The database collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' ); /**#@+ * 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','|Mh:6Ic9plF0CL`gD82[d;7eba.Iz4aa,=B1:v5$c@8RQcgS|F|jwpa@0It-|#|r'); define('SECURE_AUTH_KEY','S.MxnPit~n3Jy8L@Aw=9|pxGXhm~I-DNG_]KHu#O7{EJ{'); define('LOGGED_IN_KEY','r$g??Zj+;s-f=Xe|/ZYApT5-GMeYR(1`vUS8,A-vs}sWi<:-gK::td0:84rQSP}!'); define('NONCE_KEY','+}FyeWw38Aq4~IB/gQ>s22L:|6YCL+F]u-%Sm@HL&*FUM^o5?xp~U_;2uUrJ6|T|YK'); define('SECURE_AUTH_SALT','/u-8YJ:.`I))YU{Ve6cCahbM.:(Jnl+bUqY~rnYd^uc7BcJhq+/)>0k2?wq@`nkh'); define('LOGGED_IN_SALT','G-+w%k_eM#9Ik0k1)uKgoyx},/6511% 5i+,ed.{@sV|4}oUO_%76;=4.b;2W=L_'); define('NONCE_SALT','>1t$]nrYt:65H0TnbbG72k,ltE-:<+k4Xt+L0quq[+H~G_?o.5u;v+n3h:C@YWQ&'); /**#@-*/ /** * 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 = 'wp_'; /** * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ /* 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/dutelon/public_html/wp-blog-header.php:16 Stack trace: #0 /home/dutelon/public_html/index.php(17): require() #1 {main} thrown in /home/dutelon/public_html/wp-blog-header.php on line 16