Remove Dashboard Warning

Home Forums Calendar Products Events Calendar PRO Remove Dashboard Warning

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1026984
    matsouth
    Participant

    Hi
    Can you please tell me how I remove this warning from the top of EVERY page in the admin screen – I don’t want to renew my license just yet:

    The following plugins are out of date: Events Calendar PRO 3.6.1. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. Learn More.

    #1027015
    George
    Participant

    Hey @Matsouth,

    The only way to do this, unfortunately, would be disable the admin notices altogether on your site temporarily. This code may help you do that:


    add_action( 'admin_init', 'tribe_support_1026984', 1 );

    function tribe_support_1026984() {
    remove_all_actions( 'admin_notices' );
    }

    I hope that helps!
    George

    #1075656
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Dashboard Warning’ is closed to new replies.