acf/fields/taxonomy/result
acf/fields/taxonomy/result
Appears in: advanced-custom-fields.6.3.2
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.2apply_filters('acf/fields/taxonomy/result') is found 1 times:
- /includes/fields/class-acf-field-taxonomy.php line 220
* @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 ); } /** * This function will return an array of terms for a given field value *