• Resolved bantergroupaus

    (@bantergroupaus)


    Hello! Great plugin, but can you please tell me how to hide the Upgrade Banner from WP Admin? I’ve clicked the box away dozens of times and it constantly reappears … I get that you’d like us to upgrade, but that’s just getting annoying.

    Thank you
    Melanie

Viewing 5 replies - 1 through 5 (of 5 total)
  • pako69

    (@pako69)

    Yes please, remove this boring banner, thanks

    sermalefico

    (@sermalefico)

    Hi!
    The banner for upgrade is in all admin pages, this is very intrusive and no professional.

    joneiseman

    (@joneiseman)

    I was able to remove this banner by adding the following to my functions.php:

    
    add_action('plugins_loaded', 'my_remove_dcfe_action', 11);
    function my_remove_dcfe_action() {
        remove_action('admin_notices', 'dynamic_content_for_elementor_promo');
    }
    
    Plugin Author Dynamic.ooo

    (@dynamicooo)

    Hi, we are sorry for that. Tomorrow we will release an update to fix it.

    Plugin Author Dynamic.ooo

    (@dynamicooo)

    Fixed in v4.0.1. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘How to hide Upgrade banner’ is closed to new replies.