1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php /** * Description tab * * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 */
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
global $woocommerce, $post; ?>
<?php the_content(); ?>
|