diff --git a/upgrades/1.1.18.php b/upgrades/1.1.18.php index 98db0e6..1e09ffa 100644 --- a/upgrades/1.1.18.php +++ b/upgrades/1.1.18.php @@ -12,6 +12,7 @@ add_action( 'newfold_container_set', function ( Container $container ) { $isFreshInstall = $container->has( 'isFreshInstallation' ) ? $container->get( 'isFreshInstallation' ) : false; + $isFreshInstall = apply_filters( 'newfold/coming-soon/filter/default/fresh', $isFreshInstall ); if ( $isFreshInstall ) { $comingSoonService = new Service(); $comingSoonService->enable( false );