Home › Forums › General Issues › acf field hooking up with woocommerce hooks › Reply To: acf field hooking up with woocommerce hooks
1) You cannot define a field group only on a single admin page. If you do this the field group will not be usable anywhere but on the admin page. You will not be able to get the values of these fields anywhere other than on this admin because the field are only defined when loading this admin page.
2) You cannot add an ACF field group inside of one of the existing WC product data tabs. I say can’t, but it is possible to do this using acf_form() by inserting it inside of the existing form without form tags as long as you comply with #1.
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.