Initial Commit N° : 001 - V.4.3.3

This commit is contained in:
2025-03-28 14:32:57 +01:00
commit 238e5d7999
809 changed files with 371149 additions and 0 deletions
@@ -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);