acf_filter_post_id()ACF 1.0

Хуков нет.

Возвращает

null. Ничего (null).

Использование

acf_filter_post_id( $post_id );
$post_id (обязательный)
-

Код acf_filter_post_id() ACF 6.0.4

function acf_filter_post_id( $post_id ) {

	return acf_get_valid_post_id( $post_id );

}