Plugin Directory

Changeset 2870105


Ignore:
Timestamp:
02/23/2023 04:07:27 PM (3 years ago)
Author:
aftercommerce
Message:

update the execution time.

Location:
afterinc-app/trunk
Files:
2 edited

Legend:

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

    r2870029 r2870105  
    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.4.3
     6Version: 3.4.4
    77Author: After Inc.
    88Author URI: https://www.afterinc.com
     
    1919 header("Cache-Control: post-check=0, pre-check=0", false);
    2020 header("Pragma: no-cache");
    21  ini_set('max_execution_time', 300);
     21 ini_set('max_execution_time', '300');
    2222
    2323class AfterInc {
     
    19951995  function sync_order_quickcover($order_id) {
    19961996
    1997    ini_set('max_execution_time', 300); 
     1997   ini_set('max_execution_time', '300'); 
    19981998   plugin_log('we are checking order sync hook');
    19991999   $appConfig = $this->wpdb->get_results( $this->wpdb->prepare( "SELECT * FROM app_configurations WHERE id = %d", 1 ));
     
    26942694    function my_schedules($schedules) {
    26952695     
    2696       ini_set('max_execution_time', 300);
     2696      ini_set('max_execution_time', '300');
    26972697      $appConfig = $this->wpdb->get_results( $this->wpdb->prepare( "SELECT * FROM app_configurations WHERE id = %d", 1 ));
    26982698      $cronStatus = $this->wpdb->get_results ("SELECT * FROM quickcover_cron_status WHERE status = 404 ORDER BY order_id DESC ");
  • afterinc-app/trunk/readme.txt

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