acf/get_field_types
acf/get_field_types
Appears in: advanced-custom-fields.6.3.6.3
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.6.3apply_filters('acf/get_field_types') is found 1 times:
- /includes/fields.php line 363359360361362363364365366367368369
$groups
[
$cat
][
$type
->name ] =
$type
->label;
}
// filter
$groups
= apply_filters(
'acf/get_field_types'
,
$groups
);
// return
return
$groups
;
}
/**