Home › Forums › Add-ons › Flexible Content Field › get_sub_field returns bool (false) › Reply To: get_sub_field returns bool (false)
It is assigned in another file that calls this one :
if(have_rows('mb_collection_strates')):
while(have_rows('mb_collection_strates')): the_row();
$layout = get_row_layout();
echo clrz_get_template_part('collections-level-one', $layout);
endwhile;
endif;
NB : the second nested repeater loop call just the radio button mb_hairstyle_product_position and does find any other field
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.