Skip to content

Commit

Permalink
No longer redirect to getting started page upon plugin activation now…
Browse files Browse the repository at this point in the history
… that the page is removed.
  • Loading branch information
seb86 committed Dec 17, 2023
1 parent 743512d commit 864b13e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions includes/class-cocart-install.php
Expand Up @@ -45,9 +45,6 @@ public static function init() {
add_action( 'cocart_run_update_callback', array( __CLASS__, 'run_update_callback' ) );
add_action( 'admin_init', array( __CLASS__, 'install_actions' ) );

// Redirect to Getting Started page once activated.
add_action( 'activated_plugin', array( __CLASS__, 'redirect_getting_started' ), 10 );

// Drop tables when MU blog is deleted.
add_filter( 'wpmu_drop_tables', array( __CLASS__, 'wpmu_drop_tables' ) );
} // END init()
Expand Down

0 comments on commit 864b13e

Please sign in to comment.