????JFIF??x?x????'
Server IP : 104.21.16.1 / Your IP : 216.73.216.243 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/eaabusiness.com/wp-content/themes/pasal-ecommerce/template-parts/ |
Upload File : |
<?php $pasal_ecommerce_settings = pasal_ecommerce_get_theme_options(); $shortcode = $pasal_ecommerce_settings['pasal_ecommerce_product_recent_prod_shortcode']; ?> <div class="pasal-recent-product"> <div class="container"> <?php $pasal_ecommerce_product_recent_prod_title = $pasal_ecommerce_settings['pasal_ecommerce_product_recent_prod_title']; if (!empty($pasal_ecommerce_product_recent_prod_title)): ?> <div class="featured-title txt-center"> <h2><?php echo esc_html($pasal_ecommerce_product_recent_prod_title); ?></h2></div> <?php endif; if (in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))): if($shortcode) echo do_shortcode($shortcode); endif; ?> </div> </div>