wc_update_350_db_version() WC 1.0
Update DB Version.
No Hooks.
Return
Null. Nothing.
Usage
wc_update_350_db_version();
Code of wc_update_350_db_version() wc update 350 db version WC 5.0.0
function wc_update_350_db_version() {
WC_Install::update_db_version( '3.5.0' );
}