Home › Forums › General Issues › migrate acf options to custom fields › Reply To: migrate acf options to custom fields
hi @enter64
Are you wanting to move the data that you saved to those sliders to your custom post types? Or are you wanting to move the ACF fields you’ve created to the new custom post type?
If the former you could remap the data to the custom post types by using the get_field()
and update_field()
functions. Just loop through the old data, and remap the values to the new custom post type posts.
Phil
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.