the_repeater_field()
No Hooks.
Returns
null. Nothing (null).
Usage
the_repeater_field( $field_name, $post_id );
- $field_name(required)
- .
- $post_id
- .
Default:false
the_repeater_field() the repeater field code ACF 6.8.8
function the_repeater_field( $field_name, $post_id = false ) {
return has_sub_field( $field_name, $post_id );
}