PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Removing Gravity forms help page from admin

  1. Andrew Munro
    Member

    I've tried the following, and also with a priority of 9999 but I can't seem to remove the gravity forms help section from the admin (for editors). What am I missing?

    function remove_menu_links() {
      if( !current_user_can('manage_options') ) {
        remove_menu_page('admin.php?page=gf_help'); // this is the pages url
      }
    }
    add_action( 'admin_menu', 'remove_menu_links');

    Is there something else I can use to accomplish this? Just don't want editors seeing the help section. Thanks

    Posted 12 years ago on Saturday April 7, 2012 | Permalink
  2. Andrew Munro
    Member

    any ideas on this one?

    Posted 12 years ago on Friday April 13, 2012 | Permalink
  3. Also looking for and answer to this question...

    Posted 11 years ago on Friday August 17, 2012 | Permalink