Skip to content

Commit

Permalink
use nfd_coming_soon option by default
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Mar 28, 2022
1 parent 4f941ec commit 9b4eb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/coming-soon.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function __construct( Container $container ) {
$this->container = $container;
// setup args
$defaults = array(
'option_name' => 'mm_coming_soon',
'option_name' => 'nfd_coming_soon',
'admin_screen_id' => container()->plugin()->id,
'admin_app_url' => \admin_url( 'admin.php?page=newfold' ),
'admin_notice_text' => __( 'Your site has Coming Soon mode active.', 'newfold-module-coming-soon' ),
Expand Down

0 comments on commit 9b4eb65

Please sign in to comment.