Support

Account

Home Forums Backend Issues (wp-admin) Limit ACF field group by user_id Reply To: Limit ACF field group by user_id

  • You will need to set up alternate location rules. I would create another location rule, for example this one https://github.com/Hube2/acf-filters-and-functions/blob/master/is_admin-acf-location-rule.php

    Then use
    (is_admin AND user id =) OR !is_admin

    hope that makes sense