Skip to content

Commit

Permalink
updating nfd_module_onboarding_should_redirect option in db
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyakrishnai committed Sep 9, 2024
1 parent d84570b commit 2dd3e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/Migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public function register_routes() {
* @param boolean $option status of migration
*/
public function on_update_nfd_migrate_site( $option ) {
update_option( 'nfd_module_onboarding_should_redirect', 0 );
$this->insta_service = new InstaMigrateService();
$this->insta_service->install_instawp_connect();
return $option;
Expand Down

0 comments on commit 2dd3e11

Please sign in to comment.