acf_filter_post_id()
No Hooks.
Returns
null. Nothing (null).
Usage
acf_filter_post_id( $post_id );
- $post_id(required)
- .
acf_filter_post_id() acf filter post id code ACF 6.8.8
function acf_filter_post_id( $post_id ) {
return acf_get_valid_post_id( $post_id );
}