acf/render_field_presentation_settings/type={$field[type]}
acf/render_field_presentation_settings/type={$field[type]}
Appears in: advanced-custom-fields.6.0.2
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.0.2do_action('acf/render_field_presentation_settings/type={$field[type]}') is found 1 times:
- /includes/admin/views/field-group-field.php line 245241242243244245246247248249250251
'div'
);
?>
<div
class
=
"acf-field-type-settings"
data-parent-tab=
"presentation"
>
<?php do_action(
"acf/render_field_presentation_settings/type={$field['type']}"
,
$field
); ?>
</div>
<?php
acf_render_field_wrap(
array
(
'label'
=> __(
'Wrapper Attributes'
,
'acf'
),