acf_export_post_type_as_php()
Exports an ACF post type as PHP.
Хуков нет.
Возвращает
Строку|true|false
.
Использование
acf_export_post_type_as_php( $post_type );
- $post_type(массив) (обязательный)
- The ACF post type array.
Список изменений
С версии 6.1 | Введена. |
Код acf_export_post_type_as_php() acf export post type as php ACF 6.4.2
function acf_export_post_type_as_php( array $post_type ) { return acf_export_internal_post_type_as_php( $post_type, 'acf-post-type' ); }