Home › Forums › General Issues › Display ACF Global Option value inside Fancybox Popup? › Reply To: Display ACF Global Option value inside Fancybox Popup?
You can’t do AJAX that way in WP. Basically, none of the functions for WP or any plugins will be defined. See this document on using AJAX in WP https://codex.wordpress.org/AJAX_in_Plugins. You either need to go through admin-ajax.php or you need to load all the WP stuff at the top of your file. The first one is considered the correct way to do this, the second is considered a hack.
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.