acf_validate_post_type()
Validates an ACF CPT.
Хуков нет.
Возвращает
Массив|true|false
.
Использование
acf_validate_post_type( $post_type );
- $post_type(массив)
- The ACF post type array.
По умолчанию: array()
Список изменений
С версии 6.1 | Введена. |
Код acf_validate_post_type() acf validate post type ACF 6.4.2
function acf_validate_post_type( array $post_type = array() ) { return acf_validate_internal_post_type( $post_type, 'acf-post-type' ); }