Home › Forums › Backend Issues (wp-admin) › Problem trying to include WYSIWYG in backend › Reply To: Problem trying to include WYSIWYG in backend
I don’t know much about the YITH Multi Vendor plugin. ACF works by adding field groups to existing editors for posts, terms, users and it’s own options pages. It cannot automatically add field groups to the admin pages of other plugins that do not use one of these things.
Like you see, you needed to alter the admin page to display the field. It might be possible to use acf_form() https://www.advancedcustomfields.com/resources/acf_form/ to do what you want. You would need to edit all of the plugin’s admin pages and add an acf form to them. You would set the form
option to false and insert the form inside the existing form on the page.
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.