the_flexible_field()
Хуков нет.
Возвращает
null. Ничего (null).
Использование
the_flexible_field( $field_name, $post_id );
- $field_name(обязательный)
- .
- $post_id
- .
По умолчанию: false
Код the_flexible_field() the flexible field ACF 6.4.2
function the_flexible_field( $field_name, $post_id = false ) {
return has_sub_field( $field_name, $post_id );
}