Home › Forums › ACF PRO › load_field › Reply To: load_field
I also tried this…
$post_id = $_GET['post'];
$related_ids = get_field( 'ARTrelationship_SRCrelationship', $post_id ); //Will not work (it removes the default selection and replaces them with 'No results found')
instead of using ‘false’ and it will not work either. The only thing that works is to hardcode the ID. This is not dynamic and will not work based on the current admin screens active Post ID.
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.