예제 #1
0
 public function vtprd_pro_lifetime_bulk_log_roll_out($current_action)
 {
     //error_log( print_r(  'Function begin - vtprd_pro_lifetime_bulk_log_roll_out', true ) );
     if (is_admin() && defined('VTPRD_PRO_DIRNAME')) {
         vtprd_debug_options();
         //v1.1
         vtprd_maybe_lifetime_bulk_roll_log_totals_out($current_action);
     }
     return;
 }
 public function vtprd_pro_lifetime_bulk_log_roll_out($current_action)
 {
     if (is_admin() && defined('VTPRD_PRO_DIRNAME')) {
         vtprd_debug_options();
         //v1.1
         vtprd_maybe_lifetime_bulk_roll_log_totals_out($current_action);
     }
     return;
 }