the_flexible_field()ACF 1.0

Хуков нет.

Возвращает

null. Ничего (null).

Использование

the_flexible_field( $field_name, $post_id );
$field_name(обязательный)
.
$post_id
.
По умолчанию: false

Код the_flexible_field() ACF 6.4.2

function the_flexible_field( $field_name, $post_id = false ) {

	return has_sub_field( $field_name, $post_id );
}