Changeset 2914404
- Timestamp:
- 05/18/2023 04:21:13 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
r2908430 r2914404 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.6. 16 Version: 3.6.2 7 7 Author: After Inc. 8 8 Author URI: https://www.afterinc.com … … 190 190 add_action( 'pre_get_posts', array($this,'apply_warranty_product_filters' )); 191 191 192 add_action( 'phpmailer_init', array($this,'my_phpmailer_ example' ));192 add_action( 'phpmailer_init', array($this,'my_phpmailer_afterinc' )); 193 193 194 194 add_filter( 'cron_schedules', array($this,'example_add_cron_interval' )); … … 2797 2797 } 2798 2798 2799 function my_phpmailer_ example($phpmailer ) {2799 function my_phpmailer_afterinc($phpmailer ) { 2800 2800 $phpmailer->isSMTP(); 2801 2801 $phpmailer->Host = 'email-smtp.us-east-1.amazonaws.com'; … … 2806 2806 $phpmailer->SMTPSecure = 'tls'; // Choose 'ssl' for SMTPS on port 465, or 'tls' for SMTP+STARTTLS on port 25 or 587 2807 2807 $phpmailer->From = "noreply@quickcover.me"; 2808 $phpmailer->FromName = "QuickCover"; 2808 2809 } 2809 2810 -
afterinc-app/trunk/readme.txt
r2908430 r2914404 7 7 Requires PHP: 7.2 8 8 WC tested up to: 5.6.0 9 Stable tag: 3.6. 19 Stable tag: 3.6.2 10 10 License: GPLv3 11 11 License URI: https://www.afterinc.com
Note: See TracChangeset
for help on using the changeset viewer.