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
  • #1528019
    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

    #1528550

    Hi Hannes,

    Thanks so much for reaching out again!

    Can you take a screenshot of exactly which area you are referring to?

    Let me know if you have any other questions in the meantime!

     

    Thanks,

    Jaime

    #1544625
    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.