Changeset 2870105
- Timestamp:
- 02/23/2023 04:07:27 PM (3 years ago)
- Location:
- afterinc-app/trunk
- Files:
-
- 2 edited
-
Custom_app.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
afterinc-app/trunk/Custom_app.php
r2870029 r2870105 4 4 Plugin URI: https://www.afterinc.com/contact/ 5 5 Description: Plugin allows merchants to sell After Plan’s product protection plans for wide variety of products. 6 Version: 3.4. 36 Version: 3.4.4 7 7 Author: After Inc. 8 8 Author URI: https://www.afterinc.com … … 19 19 header("Cache-Control: post-check=0, pre-check=0", false); 20 20 header("Pragma: no-cache"); 21 ini_set('max_execution_time', 300);21 ini_set('max_execution_time', '300'); 22 22 23 23 class AfterInc { … … 1995 1995 function sync_order_quickcover($order_id) { 1996 1996 1997 ini_set('max_execution_time', 300);1997 ini_set('max_execution_time', '300'); 1998 1998 plugin_log('we are checking order sync hook'); 1999 1999 $appConfig = $this->wpdb->get_results( $this->wpdb->prepare( "SELECT * FROM app_configurations WHERE id = %d", 1 )); … … 2694 2694 function my_schedules($schedules) { 2695 2695 2696 ini_set('max_execution_time', 300);2696 ini_set('max_execution_time', '300'); 2697 2697 $appConfig = $this->wpdb->get_results( $this->wpdb->prepare( "SELECT * FROM app_configurations WHERE id = %d", 1 )); 2698 2698 $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 7 7 Requires PHP: 7.2 8 8 WC tested up to: 5.6.0 9 Stable tag: 3.4. 39 Stable tag: 3.4.4 10 10 License: GPLv3 11 11 License URI: https://www.afterinc.com
Note: See TracChangeset
for help on using the changeset viewer.