Skip to content

Instantly share code, notes, and snippets.

@SitesByYogi
Created June 6, 2023 18:11
Show Gist options
  • Save SitesByYogi/65b297e661cde6e26da76c80142e79fd to your computer and use it in GitHub Desktop.
Save SitesByYogi/65b297e661cde6e26da76c80142e79fd to your computer and use it in GitHub Desktop.
dismiss total upkeep admin notice
add_action( 'wp_head', 'dismiss_tu_admin_notice' );
function dismiss_tu_admin_notice() {
?><style>
.notice notice-warning .is-dismissible boldgrid-backup-protect-now {
display: none !important;
}
</style><?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment