acf/get_post_types
acf/get_post_types
Appears in: advanced-custom-fields.6.3.6.3
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.6.3apply_filters('acf/get_post_types') is found 1 times:
- /includes/api/api-helpers.php line 503500501502503504505506507508509
$post_types
[] =
$i
;
}
return
apply_filters(
'acf/get_post_types'
,
$post_types
,
$args
);
}
function
acf_get_pretty_post_types(
$post_types
=
array
() ) {
// get post types
if
(
empty
(
$post_types
) ) {