acf/get_field_count

acf/get_field_count

Hook Type: filter

See hook in core

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

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

  • /includes/acf-field-functions.php line 474
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
         *
         * @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.