acf_get_raw_post_type()
Retrieves a raw ACF CPT.
Хуков нет.
Возвращает
Массив|false
. The internal post type array.
Использование
acf_get_raw_post_type( $id );
- $id(int|строка) (обязательный)
- The post ID.
Список изменений
С версии 6.1 | Введена. |
Код acf_get_raw_post_type() acf get raw post type ACF 6.4.2
function acf_get_raw_post_type( $id ) { return acf_get_raw_internal_post_type( $id, 'acf-post-type' ); }