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/lotta-framework/src/Facades/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wp-content/themes/yuki/lotta-framework/src/Facades/Query.php
<?php

namespace LottaFramework\Facades;

/**
 * @method static users(): array
 * @method static customPostTypes( $query, $exclude_defaults = true ): array
 * @method static termsByTaxonomy( $slug, $per_page = - 1, $hide_empty = false ): array
 * @method static postsByPostType( $slug, $per_page = - 1 ): array
 * @method static postList( $post_type = 'any', $limit = - 1, $search = '' ): array
 */
class Query extends Facade {

	/**
	 * Get the registered name of the component.
	 *
	 * @return string
	 */
	protected static function getFacadeAccessor() {
		return \LottaFramework\Query::class;
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit