if ( $has_integrity_failures && empty( $_GET['crontrol_action'] ) ) {
add_action(
'admin_notices',
function () {
wp_admin_notice(
sprintf(
'%1$s<br><br><a href="%2$s">%3$s</a>',
esc_html__( 'One or more of your cron events needs to be checked for integrity. These events will not run until you check and re-save them.', 'wp-crontrol' ),