Support

Account

Home Forums ACF PRO How do I create custom terms for a custom taxonomy? Reply To: How do I create custom terms for a custom taxonomy?

  • You will need to set the “Create Terms” option to false.

    If you want to limit creating terms to a specific user role you can use an acf/prepare_field filter and set the $field['add_term'] value to false based on the currently logged in user’s role.