Path : /home/vishqocm/tejoversea.com/wp-content/plugins/order-tracking/Functions/
File Upload :
Current File : /home/vishqocm//tejoversea.com/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);

 ?>