acf/get_field_count

acf/get_field_count

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.0.3

apply_filters('acf/get_field_count') is found 1 times:

  • /includes/acf-field-functions.php line 475
    	 *
    	 * @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.