Home Forums WoodMart support forum Remove woodmart notices

Remove woodmart notices

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #617358

    vynil
    Participant

    Hey guys,

    I really need to remove the Woodmart notices from my dashboard. Can you please help me with that?

    #617453

    Artem Temos
    Keymaster

    Hello,

    Please send us a screenshot of the notice you want to remove and admin access so we can help you.

    Kind Regards

    #617517

    vynil
    Participant

    Hello,

    Please check the screenshot attached.

    Attachments:
    You must be logged in to view attached files.
    #617525

    Artem Temos
    Keymaster

    You can click on the “Dismiss” button to hide this notice. There are no other ways to hide it.

    #617527

    vynil
    Participant

    After the session is over, this message appears again. I have to remove it.

    #617547

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to do this

    add_filter( 'woodmart_tgmpa_configs_plugins', 'wd_update_tgmpa_configs' );
    
    function wd_update_tgmpa_configs( $configs ) {
    	$configs['has_notices'] = false;
    
    	return $configs;
    }
    #617555

    vynil
    Participant

    I have said this so many times, but you are really the best! Take care, guys! I wish you all the best to and to your families! Take care!

    #617557

    Artem Temos
    Keymaster

    You are always welcome and thank you for your words. Feel free to contact us if you have any further questions.

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

The topic ‘Remove woodmart notices’ is closed to new replies.