acf/fields/taxonomy/result
acf/fields/taxonomy/result
Appears in: advanced-custom-fields.6.2.2
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.2.2apply_filters('acf/fields/taxonomy/result') is found 1 times:
- /includes/fields/class-acf-field-taxonomy.php line 242
* @param WP_Term $term The term object. * @param array $field The field settings. * @param (int|string) $post_id The post_id being edited. */ return apply_filters( 'acf/fields/taxonomy/result', $title, $term, $field, $post_id ); } /* * get_terms *