Disabling "Need Help? πŸ›Ÿ"

If like me having an extra β€œNeed Help? πŸ›Ÿβ€ section in the admin section will simply get in the way, you can disable appearing by adding the following to your functions.php

remove_action('admin_menu', 'c_ws_plugin__s2member_menu_pages::get_help_panel', 12);

1 Like