Created
June 6, 2023 18:11
-
-
Save SitesByYogi/65b297e661cde6e26da76c80142e79fd to your computer and use it in GitHub Desktop.
dismiss total upkeep admin notice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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