Support

Account

Home Forums General Issues Hide user custom fields from non-administrators Reply To: Hide user custom fields from non-administrators

  • Hi @digitalquery

    I will be adding this functionality in soon, but for now, you can use a filter called load_field. This is documented over on the docs page.

    If you hook into the load_field filter and return false, the field will net be rendered. Therefore, within the filter, you can run some logic to look at the logged in user and return false if needed.

    Thanks
    E