make(Illuminate\Contracts\Http\Kernel::class); $kernel->init( Illuminate\Http\Request::capture() ); /*----------------------------------------------------*/ // Database prefix (WordPress) /*----------------------------------------------------*/ $table_prefix = config('database.connections.mysql.prefix', 'wp_'); /* That's all, stop editing! Happy blogging. */ require_once ABSPATH.'/wp-settings.php';