Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
WC_Install::remove_admin_notices()
Reset any notices added to admin.
Description Description
Source Source
File: includes/class-wc-install.php
private static function remove_admin_notices() { include_once dirname( __FILE__ ) . '/admin/class-wc-admin-notices.php'; WC_Admin_Notices::remove_all_notices(); }
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |