Support

Account

Home Forums Backend Issues (wp-admin) How do I hide unnecessary tags from taxonomy checkbox? Reply To: How do I hide unnecessary tags from taxonomy checkbox?

  • Actually, yes. You can use the acf/fields/taxonomy/query filter https://www.advancedcustomfields.com/resources/acf-fields-taxonomy-query/ and adjust the arguments for get_terms() https://developer.wordpress.org/reference/classes/wp_term_query/__construct/ using the “exclude” argument.