• Resolved LoicTheAztec

    (@lomars)


    First thank you for this plugin Gem…

    I have activated on the plugin settings the option “Disable Jetpack promotions”.

    There is still an annoying notice that is displayed promoting JetPack installation and activation. Maybe you could add a setting option to hide that notice.

    For instance I use this simple code snippet to hide it:

    
    add_action('admin_head', 'custom_admin_head');
    function custom_admin_head() {
    	?><style>.notice.wcs-nux__notice{display:none;}</style><?php
    }
    
Viewing 1 replies (of 1 total)
  • Plugin Contributor ospiotr

    (@ospiotr)

    Hi @lomars

    Thank you for taking the time to create this topic. I think that this is a great idea and definitely should be included in one of upcoming releases.

    I will mark the thread as resolved for know, and let you know as soon as an update is ready.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding an option to remove Jetpack installation notice’ is closed to new replies.