acf_filter_post_id()
Хуков нет.
Возвращает
null. Ничего (null).
Использование
acf_filter_post_id( $post_id );
- $post_id(обязательный)
- .
Код acf_filter_post_id() acf filter post id ACF 6.4.2
function acf_filter_post_id( $post_id ) {
return acf_get_valid_post_id( $post_id );
}