PluginProbe
Stream – Activity Log & Audit Trail / 3.6.1
Stream – Activity Log & Audit Trail v3.6.1
4.4.0 4.3.0 4.2.2 4.2.1 trunk 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.1 3.1.1 3.10.0 3.2.0 3.2.1 3.2.2 3.2.3 All 50 releases
← All changes | classes/class-install.php +0 -6 3.10.03.6.1 View file →
@@ -70,14 +70,8 @@
70 70
71 71 $this->db_version = $this->get_db_version();
72 72 $this->stream_url = self_admin_url( $this->plugin->admin->admin_parent_page . '&page=' . $this->plugin->admin->settings_page_slug );
73 73
74 - // Ensure the tables are created even when the plugin activation hook does not run,
75 - // and run the check in WP Admin or on WP CLI to avoid extra frontend load.
76 - if ( is_admin() || ( defined( 'WP_CLI' ) && WP_CLI ) ) {
77 - $this->check();
78 - }
79 -
80 74 register_activation_hook( $this->plugin->locations['plugin'], array( $this, 'check' ) );
81 75 }
82 76
83 77 /**