| Server IP : 77.50.203.18 / Your IP : 192.168.0.10 Web Server : Apache/2.4.62 (CentOS Stream) OpenSSL/3.5.7 mpm-itk/2.4.7-04 PHP/8.4.23 System : Linux web2 5.14.0-722.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 6 09:07:51 UTC 2026 x86_64 User : warsnews.ru ( 1001) PHP Version : 8.4.23 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/ifwar.ru/www/wp-content/plugins/clever-fox/inc/ampark/sections/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
if ( ! function_exists( 'avril_lite_cta' ) ) :
function avril_lite_cta() {
$avril_ampark_hs_cta = get_theme_mod('hs_cta','1');
$avril_ampark_cta_title = get_theme_mod('cta_title', __('We work in partnership with all the major <i>technology</i> solutions','clever-fox'));
$avril_ampark_cta_description = get_theme_mod('cta_description', __('There are many variations of passages of lorem Ipsum available, but the majority','clever-fox'));
$avril_ampark_cta_btn_lbl1 = get_theme_mod('cta_btn_lbl1', __('Purchase Now','clever-fox'));
$avril_ampark_cta_btn_link1 = get_theme_mod('cta_btn_link1');
$avril_ampark_cta_btn_second_ttl = get_theme_mod('cta_btn_second_ttl', __('Get Quick Support', 'clever-fox'));
$avril_ampark_cta_btn_lbl2 = get_theme_mod('cta_btn_lbl2', __('+22 24588-55069', 'clever-fox'));
$avril_ampark_cta_btn_link2 = get_theme_mod('cta_btn_link2');
$avril_ampark_cta_image = get_theme_mod('cta_image',CLEVERFOX_PLUGIN_URL . '/inc/avail/images/cta-image.png');
if($avril_ampark_hs_cta == '1') {
?>
<section id="cta-section" class="cta-section cta-3 cta-bg-image home-cta">
<div class="av-container">
<div class="av-columns-area">
<div class="av-column-12">
<div class="cta-wrapper">
<div class="cta-content">
<?php if ( ! empty( $avril_ampark_cta_image ) ) : ?>
<div class="cta-img"><img src="<?php echo esc_url($avril_ampark_cta_image); ?>"></div>
<?php endif; ?>
<div class="cta-text">
<?php if ( ! empty( $avril_ampark_cta_title ) ) : ?>
<h4><?php echo wp_kses_post($avril_ampark_cta_title); ?></h4>
<?php endif; ?>
<?php if ( ! empty($avril_ampark_cta_description) ) : ?>
<p><?php echo wp_kses_post($avril_ampark_cta_description); ?></p>
<?php endif; ?>
</div>
</div>
<div class="cta-btn-wrap text-av-right text-center">
<?php if ( ! empty( $avril_ampark_cta_btn_lbl2 ) ) : ?>
<a class="cta-more" href="<?php echo esc_url($avril_ampark_cta_btn_link2); ?>"><div class="cta-icon"><i class="fa fa-phone"></i></div><div class="cta-label"><span class="cta-label-title"><?php if ( ! empty( $avril_ampark_cta_btn_second_ttl ) ) : echo esc_html($avril_ampark_cta_btn_second_ttl); endif; ?></span><span class="cta-label-dis"><?php echo esc_html($avril_ampark_cta_btn_lbl2); ?></span></div></a>
<?php endif;?>
<?php if ( ! empty( $avril_ampark_cta_btn_lbl1 ) ) : ?>
<a href="<?php echo esc_url($avril_ampark_cta_btn_link1); ?>" class="av-btn av-btn-white" data-text="Contact With Us"><?php echo esc_html($avril_ampark_cta_btn_lbl1); ?></a>
<?php endif;?>
</div>
</div>
</div>
</div>
</div>
</section>
<?php
}} endif;
if ( function_exists( 'avril_lite_cta' ) ) {
$cleverfox_section_priority = apply_filters( 'avril_section_priority', 14, 'avril_lite_cta' );
add_action( 'avril_sections', 'avril_lite_cta', absint( $cleverfox_section_priority ) );
}