acf/load_fields

acf/load_fields

Hook Type: filter

See hook in core

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

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

  • /includes/acf-field-functions.php line 383
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
         * @since   5.0.0
         *
         * @param   array $fields The array of fields.
         */
        $fields = apply_filters( 'acf/load_fields', $fields, $parent );
     
        // Return fields
        return $fields;
    }
     
    /**