Woocommerce how to convert a function fires in a hook to a shortcode
I have custom fields added to WooCommerce single product page using functions.php: add_action( 'woocommerce_after_single_product_summary', 'auction_information_field', 4 ); However, I am having problems with the position placement of the block when using Divi Builder. Because when the divi builder is activated,…