Home › Forums › Backend Issues (wp-admin) › View fields registered via php in the admin › Reply To: View fields registered via php in the admin
Hi @jvpdigital
The fields that are registered via PHP won’t show up on the backend (admin page). That’s because ACF doesn’t know where the code is located (you can put the code anywhere as long as you included the file). Even if ACF know where it’s, modifying the PHP code is not a good thing to do.
Also, creating the same field group on the backend will mostly cause issues in the future.
I suggest you export the field group to JSON or XML export file before generating the PHP code. That way you can import it back and modify the field groups from the admin page.
I hope this makes sense 🙂
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.