seoagent (November 30th, 2012)
if(!get_option('cp_ad_expired_check_recurrance')) $recurranceValue = 'daily';
else $recurranceValue = get_option('cp_ad_expired_check_recurrance');
wp_schedule_event(strtotime('today + 1 hour'), $recurranceValue, 'cp_ad_expired_check');
add_option('cp_ad_expired_check', 'yes');
if(!get_option('cp_ad_expired_check_recurrance')) $recurranceValue = 'hourly';
else $recurranceValue = get_option('cp_ad_expired_check_recurrance');
wp_schedule_event(strtotime('today + 1 hour'), $recurranceValue, 'cp_ad_expired_check');
add_option('cp_ad_expired_check', 'yes');
seoagent (November 30th, 2012)
There are currently 1 users browsing this thread. (0 members and 1 guests)