Home › Forums › Backend Issues (wp-admin) › acf/pre_save_post not working on Backend › Reply To: acf/pre_save_post not working on Backend
Hi, thanks for your reply.
It now seems to post without running the function and therefore not unzipping the file. If I change the following:
//$post_id = wp_insert_post( $post );
echo 'TESTING';
add_filter('acf/save_post' , 'pre_save_post', 1 );
It still posts but doesn’t unzip the file and doesn’t display ‘TESTING’.
I have debug set true but have no errors.
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.