Skip to content

Commit

Permalink
v4.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kprovance committed Apr 27, 2024
1 parent bb67bea commit 6c9f7f1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions redux-core/class-redux-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ private function includes() {

self::$welcome = new Redux_Welcome();

add_action( 'admin_init', array( $this, 'admin_init' ) );
add_filter( 'debug_information', array( $this, 'add_debug_info' ) );
}

Expand Down Expand Up @@ -504,13 +503,6 @@ private function hooks() {
do_action( 'redux/core/hooks', $this );
}

/**
* Display the connection banner.
*/
public function admin_init() {
Redux_Connection_Banner::init();
}

/**
* Action to run on WordPress heartbeat.
*
Expand Down

0 comments on commit 6c9f7f1

Please sign in to comment.