Home › Forums › General Issues › acf/save_post not firing on custom plugin/localhost › Reply To: acf/save_post not firing on custom plugin/localhost
Because acf uses the same functionality to save its own data that it uses to save our data. Basically the fields you see when editing a field group are the same as the fields you create using them.
There really shouldn’t be any reason that something does not work on localhost that works on a live server. The only difference is the server. So what you need to find out is what is the difference between you local setup and the setup where you host the sites. Start by running phpinfo()
on both on both.
Create a file in the root of the site, call it info.php.
<?php phpinfo(); ?>
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.