acf_get_raw_post_types()
Returns an array of raw ACF post types.
Хуков нет.
Возвращает
Массив.
Использование
acf_get_raw_post_types();
Список изменений
| С версии 6.1 | Введена. |
Код acf_get_raw_post_types() acf get raw post types ACF 6.4.2
function acf_get_raw_post_types() {
return acf_get_raw_internal_post_type_posts( 'acf-post-type' );
}