acf/post_type/available_supports
acf/post_type/available_supports
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/post_type/available_supports') is found 1 times:
- /includes/admin/views/acf-post-type/advanced-settings.php line 332930313233343536373839
'thumbnail'
=> __(
'Featured Image'
,
'acf'
),
'custom-fields'
=> __(
'Custom Fields'
,
'acf'
),
'post-formats'
=> __(
'Post Formats'
,
'acf'
),
);
$acf_available_supports
= apply_filters(
'acf/post_type/available_supports'
,
$acf_available_supports
,
$acf_post_type
);
$acf_selected_supports
=
is_array
(
$acf_post_type
[
'supports'
] ) ?
$acf_post_type
[
'supports'
] :
array
();
acf_render_field_wrap(
array
(
'type'
=>
'checkbox'
,
'name'
=>
'supports'
,