acf/render_fields

acf/render_fields

Hook Type: action

See hook in core

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

do_action('acf/render_fields') is found 1 times:

  • /includes/acf-field-functions.php line 629
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
        *
        * @param    array $fields An array of fields.
        * @param    (int|string) $post_id The post ID to load values from.
        */
        do_action( 'acf/render_fields', $fields, $post_id );
    }
     
    /**
     * Render the wrapping element for a given field.
     *
     * @since   5.0.0