Skip to content

Commit 7a76b57

Browse files
committed
"wp_stream_before_db_notices" action callback removed.
1 parent d980f23 commit 7a76b57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

classes/class-install.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ public function __construct( $plugin ) {
7171
$this->db_version = $this->get_db_version();
7272
$this->stream_url = self_admin_url( $this->plugin->admin->admin_parent_page . '&page=' . $this->plugin->admin->settings_page_slug );
7373

74-
// Install the plugin.
75-
add_action( 'wp_stream_before_db_notices', array( $this, 'check' ) );
76-
7774
register_activation_hook( $this->plugin->locations['plugin'], array( $this, 'check' ) );
7875
}
7976

0 commit comments

Comments
 (0)