Home › Forums › Add-ons › Repeater Field › Repeater meta_value count in wp_postmeta not increasing › Reply To: Repeater meta_value count in wp_postmeta not increasing
Hi @hillbilly
Good question – this is why ACF is wrapped in a class and all actions / filters are referenced as an array with $this and the function name.
This is a safe guard that assures no conflicts happen between acf and any other plugin.
I suspect the real issue is the WPSC plugin has written their save_function like so:
if( ! is_WPSC_save )
{
return false;
}
This will most likely prevent any further save_post actions from working!
Thanks for your investigation, but I think the author of WPSC should also have a look at this issue to see if they can solve it from their end.
Cheers
E
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.