Hide admin menu item Attendee Fieldset

Home Forums Ticket Products Event Tickets Plus Hide admin menu item Attendee Fieldset

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1575959
    salilou
    Participant

    Hi,

    I want to hide the admin menu item “Ticket fieldsets” (in German “Ticket Feldgruppen”, link: edit.php?post_type=ticket-meta-fieldset) for special user roles.

    I use the plugin “Adminimize”, ist works for all menu items, but not for this one.

    Using a code snippet did not help:

    function remove_menus(){
    if ( !current_user_can( ‘manage_options’ ) ) {
    remove_submenu_page( ‘edit.php?post_type=ticket-meta-fieldset’, ” );
    }
    }
    add_action( ‘admin_menu’, ‘remove_menus’ );

    Any idea?

    Greetings,
    Hannes

    #1576951

    Hi Hannes,

    Thanks so much for reaching out again!

    You can try some of the solutions provided in the following forum thread in order to implement this feature:

    https://theeventscalendar.com/support/forums/topic/event-tickets-not-seen-to-wp-custom-user-role/

    You can also add this idea to our Feature Requests, as we tend to implement ideas based on customer feedback, so your input is greatly appreciated:

    https://tribe.uservoice.com/forums/195723-feature-ideas

    Let me know if that helps!

     

    Thanks,

    Jaime

    #1593039
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide admin menu item Attendee Fieldset’ is closed to new replies.