Plugin Directory

Changeset 2865873


Ignore:
Timestamp:
02/15/2023 04:49:45 PM (3 years ago)
Author:
aftercommerce
Message:

update the log file functionality

Location:
afterinc-app/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • afterinc-app/trunk/Custom_app.php

    r2865812 r2865873  
    44Plugin URI: https://www.afterinc.com/contact/
    55Description: Plugin allows merchants to sell After Plan’s product protection plans for wide variety of products.
    6 Version: 3.8.7
     6Version: 3.8.8
    77Author: After Inc.
    88Author URI: https://www.afterinc.com
     
    19981998
    19991999   global $product;
     2000   plugin_log('we are in get_order_details hook');
    20002001   $order = wc_get_order($order_id);
    20012002   $order_no = $order->get_id();
     
    20452046
    20462047            }
    2047         }
    2048       }
     2048          }
     2049       }
    20492050     }
    20502051  }
     2052 
     2053  plugin_log("after order item ===========>>>>>>");
    20512054
    20522055  if(!empty($in_warranty)) {
  • afterinc-app/trunk/readme.txt

    r2865812 r2865873  
    77Requires PHP: 7.2
    88WC tested up to: 5.6.0
    9 Stable tag: 3.8.7
     9Stable tag: 3.8.8
    1010License: GPLv3
    1111License URI: https://www.afterinc.com
Note: See TracChangeset for help on using the changeset viewer.