acf_prepare_post_type_for_import()
Prepares an ACF post type for the import process.
Хуков нет.
Возвращает
Массив
.
Использование
acf_prepare_post_type_for_import( $post_type );
- $post_type(массив)
- The ACF post type array.
По умолчанию: array()
Список изменений
С версии 6.1 | Введена. |
Код acf_prepare_post_type_for_import() acf prepare post type for import ACF 6.4.2
function acf_prepare_post_type_for_import( array $post_type = array() ) { return acf_prepare_internal_post_type_for_import( $post_type, 'acf-post-type' ); }