Changeset 2467953
- Timestamp:
- 02/03/2021 01:22:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stop-jquery-migrate-emails/trunk/stop-jquery-migrate-emails.php
r2463682 r2467953 4 4 * Plugin URI: https://github.com/FreshyMichael/stop-jquery-migrate-emails 5 5 * Description: Say goodbye to Enable jQuery Migrate Helper weekly status email notifications. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: FreshySites 8 8 * Author URI: https://freshysites.com/ … … 16 16 /* Stop jQuery Migrate Emails Start */ 17 17 18 function stop_jquery_migrate_emails(){ 19 18 20 if ( is_plugin_active( 'enable-jquery-migrate-helper/enable-jquery-migrate-helper.php' ) ) { 19 21 //Enable jQuery Migrate Helper plugin is active … … 23 25 wp_unschedule_event($timestamp, 'enable_jquery_migrate_helper_notification'); 24 26 }, 100); 25 27 26 28 } 29 } 30 31 add_action('admin_init' , 'stop_jquery_migrate_emails'); 27 32 28 33 /* Stop jQuery Migrate Emails End */
Note: See TracChangeset
for help on using the changeset viewer.