Showing the single result
the_field('bottom_description', get_queried_object()); ?>
}
else{}
}
//Product Page
//Adding Bootstrap to WooCommerce Product Page
add_action('woocommerce_before_single_product', 'products_container_div_start', 5);
function products_container_div_start() {
if( is_product()) {
?>