403Webshell
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/conceptly/sections/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/ifwar.ru/www/wp-content/plugins/clever-fox/inc/conceptly/sections/section-service.php
<?php 
if ( ! defined( 'ABSPATH' ) ) exit;
if ( ! function_exists( 'conceptly_lite_service' ) ) :
	function conceptly_lite_service() {
	 $conceptly_default_content 		= conceptly_get_service_default();
	 $conceptly_hide_show_service		= get_theme_mod('hide_show_service','1'); 
	 $conceptly_service_title			= get_theme_mod('service_title',__('Our Services','clever-fox'));
	 $conceptly_service_description	= get_theme_mod('service_description',__('There are many variations of passages of Lorem Ipsum available but the majority have suffered alteration in some form by injected humour.','clever-fox'));
	 $conceptly_service_contents		= get_theme_mod('service_contents',$conceptly_default_content);
if($conceptly_hide_show_service == '1') {?>
<section id="our-service" class="section-padding home-service service-section">
        <div class="container">
            <div class="row">
                <div class="col-lg-8 col-md-10 col-12">                    
                    <div class="section-title">
                    <?php if ( ! empty( $conceptly_service_title ) || is_customize_preview() ) : ?>
						<h2><?php echo wp_kses_post( $conceptly_service_title ); ?><span></span></h2>
					<?php endif; ?>
					<?php if($conceptly_service_description) {?>
                        <p><?php echo wp_kses_post( $conceptly_service_description ); ?></p>
					<?php 
						}
					?>
                    </div>
                </div>
            </div>

            <div class="row" id="service-contents">
			<?php
					if ( ! empty( $conceptly_service_contents ) ) {
					$allowed_html = array(
					'br'     => array(),
					'em'     => array(),
					'strong' => array(),
					'b'      => array(),
					'i'      => array(),
					);
					$conceptly_service_contents = json_decode( $conceptly_service_contents );
					foreach ( $conceptly_service_contents as $conceptly_service_item ) {
						$conceptly_repeater_icon = ! empty( $conceptly_service_item->icon_value ) ? apply_filters( 'conceptly_translate_single_string', $conceptly_service_item->icon_value, 'service section' ) : '';
						$conceptly_repeater_title = ! empty( $conceptly_service_item->title ) ? apply_filters( 'conceptly_translate_single_string', $conceptly_service_item->title, 'service section' ) : '';
						$conceptly_repeater_subtitle = ! empty( $conceptly_service_item->subtitle ) ? apply_filters( 'conceptly_translate_single_string', $conceptly_service_item->subtitle, 'service section' ) : '';
						$conceptly_repeater_text = ! empty( $conceptly_service_item->text ) ? apply_filters( 'conceptly_translate_single_string', $conceptly_service_item->text, 'service section' ) : '';
						$conceptly_repeater_text2 = ! empty( $conceptly_service_item->text2) ? apply_filters( 'conceptly_translate_single_string', $conceptly_service_item->text2,'service section' ) : '';
						$conceptly_repeater_link = ! empty( $conceptly_service_item->link ) ? apply_filters( 'conceptly_translate_single_string', $conceptly_service_item->link, 'service section' ) : '';
						$conceptly_repeater_image = ! empty( $conceptly_service_item->image_url ) ? apply_filters( 'conceptly_translate_single_string', $conceptly_service_item->image_url, 'service section' ) : '';
				?>
                <div class="col-lg-4 col-md-6 col-sm-12 mb-4 mb-lg-0 single_serv">		 
					<div class="service-box">                        
                        <figure>
                             <?php if ( ! empty( $conceptly_repeater_image ) ) : ?>
								<img src="<?php echo esc_url( $conceptly_repeater_image ); ?>" <?php if ( ! empty( $conceptly_repeater_title ) ) : ?> alt="<?php echo esc_attr( $conceptly_repeater_title ); ?>" title="<?php echo esc_attr( $conceptly_repeater_title ); ?>" <?php endif; ?> />
							<?php endif; ?>
                            <figcaption>
                                <div class="inner-text">
                                    <div class="service-icon">
                                        <i class="fa <?php echo esc_attr( $conceptly_repeater_icon ); ?>"></i>
                                    </div>
                                    <?php if ( ! empty( $conceptly_repeater_title ) ) : ?>
										<h3><?php echo esc_html( $conceptly_repeater_title ); ?> <br> <?php echo esc_html( $conceptly_repeater_subtitle ); ?> </h3>
									<?php endif; ?>
                                    <div class="devider"></div>
                                    <p><?php echo esc_html( $conceptly_repeater_text ); ?></p>
									<?php if ( ! empty( $conceptly_repeater_text2 ) ) : ?>
										<a href="<?php echo esc_url( $conceptly_repeater_link ); ?>" class="boxed-btn"><?php echo esc_html($conceptly_repeater_text2); ?><i class="fa fa-arrow-right"></i></a>
									<?php endif; ?>
                                </div>
                            </figcaption>
                        </figure>
                    </div>					
                </div>    
				<?php
					}
				}
				?>				
            </div>
        </div>
        <div class="shape2"><img src="<?php echo esc_url(plugin_dir_url( __DIR__ )); ?>images/shape/shape2.png" alt="image"></div>
		<div class="shape3"><img src="<?php echo esc_url(plugin_dir_url( __DIR__ )); ?>images/shape/shape3.png" alt="image"></div>
		<div class="shape5"><img src="<?php echo esc_url(plugin_dir_url( __DIR__ )); ?>images/shape/shape5.png" alt="image"></div>
		<div class="shape6"><img src="<?php echo esc_url(plugin_dir_url( __DIR__ )); ?>images/shape/shape6.png" alt="image"></div>
		<div class="shape7"><img src="<?php echo esc_url(plugin_dir_url( __DIR__ )); ?>images/shape/shape7.png" alt="image"></div>
		<div class="shape13"><img src="<?php echo esc_url(plugin_dir_url( __DIR__ )); ?>images/shape/shape13.png" alt="image"></div>
    </section>
<?php
}
}
	endif;
	if ( function_exists( 'conceptly_lite_service' ) ) {
		$cleverfox_section_priority = apply_filters( 'conceptly_section_priority', 25, 'conceptly_lite_service' );
		add_action( 'conceptly_sections', 'conceptly_lite_service', absint( $cleverfox_section_priority ) );
	}
           

Youez - 2016 - github.com/yon3zu
LinuXploit