????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/wp-content/plugins/order-tracking/Functions/
Upload File :
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);

 ?>