Home › Forums › ACF PRO › 5.5.0 repeater not displaying › Reply To: 5.5.0 repeater not displaying
Some extra information, the field object appears empty, so it doesn’t know it’s a repeater (in the frontend). First get the field key:
meta_id post_id meta_key meta_value
367 62 _my_repeater field_56e045f278755
Then get the object:
$field = get_field_object('field_56e045f278755');
var_dump($field);
output: bool(false)
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.