Support

Account

Home Forums Front-end Issues Show custom field below images Gallery Reply To: Show custom field below images Gallery

  • I tried with custom code un functions.php but it didn’t work either.

    
    add_action( 'woocommerce_product_thumbnails', 'my_function', 20 );
      
    function my_function() {
      echo '<b>Video:</b> ' . get_field('video');
    };

    Any idea ? Thanks !