????JFIF??x?x????'
Server IP : 104.21.80.1 / Your IP : 216.73.216.145 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(); $cta_description = $pasal_ecommerce_settings['cta_description']; $cta_title = $pasal_ecommerce_settings['cta_title']; $cta_button = $pasal_ecommerce_settings['cta_button']; $cta_link = $pasal_ecommerce_settings['cta_link']; $cta_background = $pasal_ecommerce_settings['cta_Backgroundimage']; if(($cta_button && $cta_link )|| $cta_description|| $cta_title ){?> <section id="promo" class="section promo text-center" style="background-image: url(<?php echo esc_url($cta_background); ?>);"> <div class="container"> <div class="row cta-wrap"> <div class="promo-content"> <h2><?php echo esc_html($cta_title); ?> </h2> <p><?php echo esc_html($cta_description); ?> </p> </div> <?php if($cta_button && $cta_link){ echo '<div class="cta-btn-wrap">'; echo '<a href="'.esc_url($cta_link).'" class="btn btn-default" target="_blank">'.esc_html($cta_button).'</a>'; echo '</div>'; } ?> </div> </div> </section> <?php }?>