• Resolved jetxpert

    (@jetxpert)


    Good Day!

    Great plugin. However, we need a snippet (php code) that will disable or remove the following:

    (1) The message “Be Safe With An Automatic Backup” which appears in our WP Dashboard (Updates Section). Click here for details.

    (2) The pop-up that appears every time we try to update a plugin. Click here for details.

    Yes, we already unchecked or unticked the box “UpdraftPlus Automatic Backups” in Expert Settings, but it’s not working. Plugin conflict checks performed. Cache cleared. Nada. Still having issues.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor bcrodua

    (@bcrodua)

    Hi,

    Can you try wiping out settings in the “Advance Tools” tab and then deselect the “UpdraftPlus Automatic Backups” in the expert settings. Once done, please test and see if issue persists?

    Thanks,
    Bryle

    Thread Starter jetxpert

    (@jetxpert)

    Hi @bcrodua,

    We tried what you recommended. Did not work.

    We managed to develop, however, the following code snippet to remove the banner:

    add_action('admin_head', 'ud_hide_backup_banner');
    
    function ud_hide_backup_banner() {
      echo '<style>
         .updraft-ad-container {
         display: none!important;
        }
      </style>';
    }

    We still need a code snippet to remove or disable the pop-up.

    Please assist. Thank you!

    Thread Starter jetxpert

    (@jetxpert)

    Update:

    Closing this topic as “partially resolved.” For updates on the remaining open issue, please visit this topic.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Annoying: “Be Safe With An Automatic Backup”’ is closed to new replies.