acf/get_field_count
acf/get_field_count
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/get_field_count') is found 1 times:
- /includes/acf-field-functions.php line 474470471472473474475476477478479480
*
* @param int
$count
The number of fields.
* @param
array
$parent
The field group
or
field
array
.
*/
return
apply_filters(
'acf/get_field_count'
,
count
(
$raw_fields
),
$parent
);
}
/**
* acf_clone_field
*
* Allows customization to a field when it is cloned. Used by the
clone
field.