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
+29
View File
@@ -0,0 +1,29 @@
<?php
/*
* Product group button
*/
/**
* Before tag wrap
*/
do_action('nasa_before_show_buttons_loop');
/**
* Open tag wrap
*/
echo '<div class="nasa-product-grid nasa-group-btns nasa-btns-product-item">';
/**
* Content tag wrap
*/
do_action('nasa_show_buttons_loop');
/**
* Close tag wrap
*/
echo '</div>';
/**
* After tag wrap
*/
do_action('nasa_after_show_buttons_loop'); // after loop btn