acf/render_field_presentation_settings/type={$field[type]}

acf/render_field_presentation_settings/type={$field[type]}

Hook Type: action

See hook in core

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

do_action('acf/render_field_presentation_settings/type={$field[type]}') is found 1 times:

  • /includes/admin/views/field-group-field.php line 245
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
        'div'
    );
    ?>
    <div class="acf-field-type-settings" data-parent-tab="presentation">
        <?php do_action( "acf/render_field_presentation_settings/type={$field&#91;'type'&#93;}", $field ); ?>
    </div>
     
    <?php
    acf_render_field_wrap(
        array(
            'label'        => __( 'Wrapper Attributes', 'acf' ),