wc_update_240_db_version() WC 1.0
Update DB version for 2.4
No Hooks.
Return
null.
Usage
wc_update_240_db_version();
Code of wc_update_240_db_version() wc update 240 db version WC 5.0.0
function wc_update_240_db_version() {
WC_Install::update_db_version( '2.4.0' );
}