Home › Forums › ACF PRO › Auto generate title from custom fields › Reply To: Auto generate title from custom fields
Use a post ID of something other than new_post
. When you use that ID, ACF automatically creates the new post before your pre save post is run. You could for example use new_companii
and then test for this ID is your filter.
Also, you need to return the value of $post_id at the end of your function
return $post_id
;
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.