The classes/helper/post.php:80 method don't support 'clone' and 'group' fields type. They should be working same as 'repeater' ones - how the field is structured.
Wondering if's not easier to get all fields against one post with get_fields( $post_id ) and foreach fields, check the type, and then get the value or not.
The classes/helper/post.php:80 method don't support 'clone' and 'group' fields type. They should be working same as 'repeater' ones - how the field is structured.
Wondering if's not easier to get all fields against one post with
get_fields( $post_id )
and foreach fields, check the type, and then get the value or not.