Home › Forums › Bug Reports › About "Advanced Custom Fields" and "Advanced Custom Fields PRO" and "Next Script › Reply To: About "Advanced Custom Fields" and "Advanced Custom Fields PRO" and "Next Script
I was facing a closer problem, every time I publish a post, it shows “Validation Error” message, and all settings in the post won’t save. I found an action registered by “NextSripts SNAP” plugin that made this conflict with ACF Pro.
Under “NextScripts SNAP” Directory, open the file “NextScripts_SNAP.php” then find this line:
add_action('publish_post', array($nxs_SNAP, 'NS_SNAP_SavePostMetaTags'));
change to:
// add_action('publish_post', array($nxs_SNAP, 'NS_SNAP_SavePostMetaTags'));
Set “NextScripts SNAP” to publish using schedule instead of “publish immediately” and set the schedule to something small, I chose 3 minutes. And all the problems went way. I hope this solves your problem as well.
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.