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