Skip to content

Commit 6c9f7f1

Browse files
committed
v4.4.16
1 parent bb67bea commit 6c9f7f1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

redux-core/class-redux-core.php

-8
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ private function includes() {
267267

268268
self::$welcome = new Redux_Welcome();
269269

270-
add_action( 'admin_init', array( $this, 'admin_init' ) );
271270
add_filter( 'debug_information', array( $this, 'add_debug_info' ) );
272271
}
273272

@@ -504,13 +503,6 @@ private function hooks() {
504503
do_action( 'redux/core/hooks', $this );
505504
}
506505

507-
/**
508-
* Display the connection banner.
509-
*/
510-
public function admin_init() {
511-
Redux_Connection_Banner::init();
512-
}
513-
514506
/**
515507
* Action to run on WordPress heartbeat.
516508
*

0 commit comments

Comments
 (0)