advanced custom field not return back result
问题 i am using advanced custom filed and i made custom author field (it could be Publisher Or Brand etc) now this author's name is not printing on product (Book) page . in custom field its for author's name slug is 'names' add_action( 'woocommerce_after_single_product_summary', "ACF_product_content", 10 ); function ACF_product_content(){ echo '<h2> ACF Content </h2>'; if (function_exists('the_field')){ echo '<p>Woohoo, the_field function exists! </p>'; //the_field('authors'); echo '<pre>'; print