Answer the question
In order to leave comments, you need to log in
Adding acf gallery to dokan plugin?
Good time.
Added custom field via acf + Dokan plugin.
Through the function acf_form(); I want to display a form so that the seller, when adding a new product, can add pictures through an arbitrary acf field.
Added this code to the new_product.php file form from the Dokan plugin.
<?php while ( have_posts() ) : the_post(); ?>
<?php acf_form(array(
'id' => 'MytestForm',
'submit_value' => __('Update meta')
)); ?>
<?php endwhile; ?>
acf_form_head(); Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question