????
| Current Path : /home2/morganrand/www/wp-content/plugins/order-tracking/Functions/ |
| Current File : /home2/morganrand/www/wp-content/plugins/order-tracking/Functions/Version_Upgrade.php |
<?php
function EWD_OTP_SetUpdateOptions() {
update_option('EWD_OTP_Update_Flag', "Yes");
}
add_filter('upgrader_pre_install', 'EWD_OTP_SetUpdateOptions', 10, 2);
?>