Home › Forums › Front-end Issues › Select field filter not working › Reply To: Select field filter not working
Hi @jusseb
The function get_sub_field will not work within your custom $wpdb->get_results
loop. It only work inside a have_rows or has_sub_field loop while loop.
Perhaps the data already exists inside $row?
Try debugging it like so:
<?php echo '<pre>';
print_r($row);
echo '</pre>';
die; ?>
Thanks
E
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.