Function Reference: geodir_diagnose_run_expire

Summary

This function has not been documented yet.

Source Code

function geodir_diagnose_run_expire()
{	global $wpdb,$plugin_prefix;
	
	$is_error_during_diagnose = false;
	$output_str = '';
	
	geodir_expire_check();
	$output_str .= "
  • ".__('Done' , 'geodir_payments' )."
  • " ; if($is_error_during_diagnose) { $info_div_class = "geodir_problem_info" ; $fix_button_txt = ""; } else { $info_div_class = "geodir_noproblem_info" ; $fix_button_txt = ''; } echo "
      " ; echo $output_str ; echo $fix_button_txt; echo "
    " ; }