Home › Forums › ACF PRO › Local JSON in plugin not load › Reply To: Local JSON in plugin not load
If your filter is not running then the likely causes are:
1) Your add_filter('acf/settings/load_json' .....
line of code is never running
2) Your add_filter('acf/settings/load_json', .....
line of code is run after the hook has fired.
So the question is “When” is the filter being added?
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.