Home › Forums › Backend Issues (wp-admin) › ACF make a post private if there are no rows in a repeater field. › Reply To: ACF make a post private if there are no rows in a repeater field.
Hi @damon ,
Thanks for reaching out to us.
You can check the repeater row counter after your method as
$row = count( get_field('repeater_field') );
You can then place an if to check if the number of rows is 0 then update post to a draft.
Hopefully this helps 🙂
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.