403Webshell
Server IP : 213.186.33.4  /  Your IP : 216.73.216.222
Web Server : Apache
System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
User : karinebmkh ( 644538)
PHP Version : 8.4.22
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/karinebmkh/www2/wp-content/themes/glaza/templates/layouts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/karinebmkh/www2/wp-content/themes/glaza/templates/layouts/hs-grid-1.php
<?php
/**
 * @param array $settings
 * hs grid 1
 */
if ( ! function_exists( 'glaza_hs_grid_1' ) ) :
	function glaza_hs_grid_1( $settings = array() ) {

		$settings['block_style']   = 'has_sidebar';
		$settings['class_name']    = 'hs-block hs-grid-1';
		$settings['no_found_rows'] = false;
		$settings['block_name']    = 'hs_grid_1';
		$query_data                = glaza_query_custom( $settings );

		if ( $query_data->have_posts() ) {
			glaza_block_open( $settings, $query_data );
			glaza_block_header( $settings );
			glaza_block_content_open( $settings );
			glaza_hs_grid_1_listing( $settings, $query_data );
			glaza_block_content_close();
			glaza_pagination( $settings, $query_data );
			glaza_block_close();
			wp_reset_postdata();
		}
	}
endif;


/**
 * hs grid 1 listing
 */
if ( ! function_exists( 'glaza_hs_grid_1_listing' ) ) :
	function glaza_hs_grid_1_listing( $settings = array(), $query_data ) {
		if ( method_exists( $query_data, 'have_posts' ) ) :
			while ( $query_data->have_posts() ) :
				$query_data->the_post();
				glaza_post_hs_grid_1( $settings, $query_data );
			endwhile;
		endif;
	}
endif;

Youez - 2016 - github.com/yon3zu
LinuXploit