acf/get_post_stati
acf/get_post_stati
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/get_post_stati') is found 1 times:
- /includes/api/api-helpers.php line 568564565566567568569570571572573574
$post_statuses
= get_post_stati(
$args
);
unset(
$post_statuses
[
'acf-disabled'
] );
$post_statuses
= (
array
) apply_filters(
'acf/get_post_stati'
,
$post_statuses
,
$args
);
return
$post_statuses
;
}
/**
* Function acf_get_pretty_post_statuses()
*