plugin_helper = new Plugin_Helper(); } /** * Remove the cache stored in the database. * * @since 1.0.0 */ private function remove_cache() { $this->plugin_helper->clear_cache_for_substring( '' ); } /** * The code to run on deactivation * * @since 1.8.0 */ public function deactivate() { $this->remove_cache(); } } ?>