WC_Install::wc_admin_db_update_notice()
Add WC Admin based db update notice.
Description Description
Source Source
File: includes/class-wc-install.php
public static function wc_admin_db_update_notice() {
if (
WC()->is_wc_admin_active() &&
false !== get_option( 'woocommerce_admin_install_timestamp' )
) {
new WC_Notes_Run_Db_Update();
}
}
Changelog Changelog
| Version | Description |
|---|---|
| 4.0.0 | Introduced. |