Adding an option to remove Jetpack installation notice
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Adding an option to remove Jetpack installation notice’ is closed to new replies.