This topic has 1 reply, 2 voices, and was last updated 10 years by Abe.

  • Author
  • #27202
     zsag2
    Participant

    please how to stop display this notice, when new user register this notice appears. which really confusing.
    is there any what to disable it.

    please

    Attachments:
    You must be logged in to view attached files.
    #28673
     Abe
    Keymaster

    Hi, you can disable those required plugins info by adding this code in your child theme in functions.php

    COPY CODE
    
    add_action('after_setup_theme', 'kleo_my_remove_notice', 14);
    function kleo_my_remove_notice() {
        global $kleo_theme;
        remove_action( 'tgmpa_register', array($kleo_theme,'required_plugins') );
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘how to remove this notice from the dashboard’ is closed to new replies.

Log in with your credentials

Forgot your details?