Initial Commit N° : 001 - V.4.3.3
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Additional Information tab
|
||||
*
|
||||
* @author NasaTheme
|
||||
* @package Elessi-theme/WooCommerce
|
||||
* @version 3.0.0
|
||||
*/
|
||||
if (!defined('ABSPATH')) :
|
||||
exit; // Exit if accessed directly
|
||||
endif;
|
||||
|
||||
|
||||
global $product;
|
||||
do_action('woocommerce_product_additional_information', $product);
|
||||
Reference in New Issue
Block a user