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 d980f23 commit 7a76b57Copy full SHA for 7a76b57
classes/class-install.php
@@ -71,9 +71,6 @@ public function __construct( $plugin ) {
71
$this->db_version = $this->get_db_version();
72
$this->stream_url = self_admin_url( $this->plugin->admin->admin_parent_page . '&page=' . $this->plugin->admin->settings_page_slug );
73
74
- // Install the plugin.
75
- add_action( 'wp_stream_before_db_notices', array( $this, 'check' ) );
76
-
77
register_activation_hook( $this->plugin->locations['plugin'], array( $this, 'check' ) );
78
}
79
0 commit comments