Support

Account

Home Forums Feature Requests Hide Elements for specific user roles Reply To: Hide Elements for specific user roles

  • I managed to remove a group via the metabox removal code

    remove_meta_box('acf-group_58638dba80441', 'your-custom-post-type-here', 'normal');

    ‘normal` can also be ‘side’ depending on the position.

    See https://support.advancedcustomfields.com/forums/topic/remove-a-metabox-from-edit-page/

    Is this what helps y’all?