[ad_1]
Plugin Contributor
Fayyaz
(@fayyazfayzi)
Hi @slonkys,
It looks like the staging is manually migrated to the production site. Please follow the steps below to remove the login page.
- Login to the hosting account.
- Navigate to phpmyadmin
- Find the right database
- Navigate to *_options table.
- Find the column name “wpstg_is_staging_site” and set the value to false.
- Save the table.
- Done
Make sure the environment type in wp-config.php is also production.
define('WP_ENVIRONMENT_TYPE', 'production');
Cheers
Fayyaz
-
This reply was modified 8 minutes ago by
Fayyaz.
