Changeset 3164404
- Timestamp:
- 10/07/2024 03:12:27 PM (17 months ago)
- Location:
- agency-toolkit
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.22 (copied) (copied from agency-toolkit/trunk)
-
tags/1.0.22/functions/disable_auto_update_emails.php (modified) (1 diff)
-
tags/1.0.22/main.php (modified) (1 diff)
-
tags/1.0.22/readme.txt (modified) (1 diff)
-
trunk/functions/disable_auto_update_emails.php (modified) (1 diff)
-
trunk/main.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
agency-toolkit/tags/1.0.22/functions/disable_auto_update_emails.php
r3155248 r3164404 13 13 // Disable Admin Notification of User Password Change 14 14 remove_action( 'after_password_reset', 'wp_password_change_notification' ); 15 16 // Disable WooCommerce Admin Notification of User Password Change 17 add_filter('woocommerce_disable_password_change_notification', function() { 18 return true; 19 }); 15 20 16 21 // Disable update notifications - WP Core -
agency-toolkit/tags/1.0.22/main.php
r3155248 r3164404 3 3 Plugin Name: Agency Toolkit 4 4 Description: Lightweight and modular client site tools to empower your agency. 5 Version: 1.0.2 15 Version: 1.0.22 6 6 Author: Inspry 7 7 Author URI: https://www.inspry.com/ -
agency-toolkit/tags/1.0.22/readme.txt
r3155248 r3164404 71 71 72 72 == Changelog == 73 = 1.0.22 = 74 * Bug Fix: Fixed an issue where admin emails were still being sent to administrators, despite the option being disabled, on sites with WooCommerce installed. 75 73 76 = 1.0.21 = 74 77 * Bug Fix: Modified the correction from 1.0.20. -
agency-toolkit/trunk/functions/disable_auto_update_emails.php
r3155248 r3164404 13 13 // Disable Admin Notification of User Password Change 14 14 remove_action( 'after_password_reset', 'wp_password_change_notification' ); 15 16 // Disable WooCommerce Admin Notification of User Password Change 17 add_filter('woocommerce_disable_password_change_notification', function() { 18 return true; 19 }); 15 20 16 21 // Disable update notifications - WP Core -
agency-toolkit/trunk/main.php
r3155248 r3164404 3 3 Plugin Name: Agency Toolkit 4 4 Description: Lightweight and modular client site tools to empower your agency. 5 Version: 1.0.2 15 Version: 1.0.22 6 6 Author: Inspry 7 7 Author URI: https://www.inspry.com/ -
agency-toolkit/trunk/readme.txt
r3155248 r3164404 71 71 72 72 == Changelog == 73 = 1.0.22 = 74 * Bug Fix: Fixed an issue where admin emails were still being sent to administrators, despite the option being disabled, on sites with WooCommerce installed. 75 73 76 = 1.0.21 = 74 77 * Bug Fix: Modified the correction from 1.0.20.
Note: See TracChangeset
for help on using the changeset viewer.