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