We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb67bea commit 6c9f7f1Copy full SHA for 6c9f7f1
redux-core/class-redux-core.php
@@ -267,7 +267,6 @@ private function includes() {
267
268
self::$welcome = new Redux_Welcome();
269
270
- add_action( 'admin_init', array( $this, 'admin_init' ) );
271
add_filter( 'debug_information', array( $this, 'add_debug_info' ) );
272
}
273
@@ -504,13 +503,6 @@ private function hooks() {
504
503
do_action( 'redux/core/hooks', $this );
505
506
507
- /**
508
- * Display the connection banner.
509
- */
510
- public function admin_init() {
511
- Redux_Connection_Banner::init();
512
- }
513
-
514
/**
515
* Action to run on WordPress heartbeat.
516
*
0 commit comments