acf_translate_post_type()
Translates the settings for an ACF internal post type.
Хуков нет.
Возвращает
Массив.
Использование
acf_translate_post_type( $post_type );
- $post_type(массив) (обязательный)
- The ACF post type array.
Список изменений
| С версии 6.1 | Введена. |
Код acf_translate_post_type() acf translate post type ACF 6.4.2
function acf_translate_post_type( array $post_type ) {
return acf_translate_internal_post_type( $post_type, 'acf-post-type' );
}