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.6

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

  • /includes/admin/views/field-group-field.php line 244
    						'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' ),