Skip to content

Commit

Permalink
update to use new coming soon flag
Browse files Browse the repository at this point in the history
  • Loading branch information
roo2 committed Sep 14, 2020
1 parent 896c457 commit 71ea337
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 422 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ function load_wpcom_block_editor_sidebar() {
*/
function load_coming_soon() {
if ( defined( 'WPCOM_PUBLIC_COMING_SOON' ) && WPCOM_PUBLIC_COMING_SOON ) {
require_once __DIR__ . '/wpcom-coming-soon/class-wpcom-coming-soon.php';
require_once __DIR__ . '/coming-soon/coming-soon.php';
}
}
add_action( 'plugins_loaded', __NAMESPACE__ . '\load_coming_soon' );

This file was deleted.

Loading

0 comments on commit 71ea337

Please sign in to comment.