Changeset 3106537
- Timestamp:
- 06/24/2024 08:54:41 AM (22 months ago)
- Location:
- error-logs-emailer-for-woocommerce/trunk
- Files:
-
- 2 edited
-
error-logs-emailer-for-woocommerce.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
error-logs-emailer-for-woocommerce/trunk/error-logs-emailer-for-woocommerce.php
r3090986 r3106537 12 12 * Plugin Name: Error Logs Emailer for WooCommerce 13 13 * Description: Sends the previous day's WooCommerce fatal error log to specified email(s) using Action Scheduler. 14 * Version: 1.2. 314 * Version: 1.2.4 15 15 * Author: WP Maintenance PRO 16 16 * Plugin URI: https://github.com/rootscopeltd/wc-error-logs-emailer … … 189 189 $wp_filesystem = new WP_Filesystem_Direct( null ); 190 190 $log_content = $wp_filesystem->get_contents( $log_file ); 191 //wp_mail( $email, "[$site_name] WooCommerce Fatal Errors Log for $yesterday", $log_content );191 wp_mail( $email, "[$site_name] WooCommerce Fatal Errors Log for $yesterday", $log_content ); 192 192 } 193 193 } -
error-logs-emailer-for-woocommerce/trunk/readme.txt
r3090986 r3106537 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.4 7 Stable tag: 1.2. 37 Stable tag: 1.2.4 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 26 26 3. Go to Settings page to change it. 27 27 28 == Screenshots==28 == Changelog == 29 29 30 1. Receive Daily WooCommerce Error Logs Directly to Your Inbox 31 3. Emails priority and default settings 32 33 == Changelog == 30 = 1.2.4 = 31 * Re-enabled sending emails with the logs 34 32 35 33 = 1.2.3 =
Note: See TracChangeset
for help on using the changeset viewer.