Disable weekly email notifications in Enable jQuery Migrate Helper

Disable weekly email notifications in Enable jQuery Migrate Helper on your child site.

Snippet Type

Execute on Child Sites

Snippet

add_action('init', function() {
	$timestamp = wp_next_scheduled( 'enable_jquery_migrate_helper_notification' );
	wp_unschedule_event($timestamp, 'enable_jquery_migrate_helper_notification');
}, 100); 
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.