acf/fields/taxonomy/result
acf/fields/taxonomy/result
Appears in: advanced-custom-fields.6.2.7
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.2.7apply_filters('acf/fields/taxonomy/result') is found 1 times:
- /includes/fields/class-acf-field-taxonomy.php line 227223224225226227228229230231232233
* @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
*