Co-authored-by: Jeff Stieler <jeff.m.stieler@gmail.com>
This commit is contained in:
Timmy Crawford 2020-03-13 11:42:01 -07:00 committed by GitHub
parent 43d5214218
commit 7266042b79
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class Install {
* Hook in tabs.
*/
public static function init() {
add_action( 'admin_init', array( __CLASS__, 'check_version' ), 5 );
add_action( 'init', array( __CLASS__, 'check_version' ), 5 );
add_filter( 'wpmu_drop_tables', array( __CLASS__, 'wpmu_drop_tables' ) );
// Add wc-admin report tables to list of WooCommerce tables.