is_active() ) { // delete cache files after updating settings or status add_action( 'cn_configuration_updated', [ $this, 'delete_cache' ] ); } } } /** * Delete all cache files. * * @return void */ public function delete_cache() { do_action( 'wphb_clear_page_cache' ); } } new Cookie_Notice_Modules_Hummingbird();