403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/finman.es.ihu.gr/wp-content/plugins/kirki/app/DTO/Page/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/finman.es.ihu.gr/wp-content/plugins/kirki/app/DTO/Page/PageFilterDTO.php
<?php 

namespace Kirki\App\DTO\Page;

defined('ABSPATH') || exit;

use Kirki\App\Constants\PostStatus;
use Kirki\App\Constants\PostTypes;
use Kirki\Framework\DTO;

class PageFilterDTO extends DTO
{
    /** @var string search param */
    public $query;

    /** @var int page number */
    public $current_page = 1;

    /** @var int number of posts per page */
    public $limit = 20;

    /** @var string[] post types */
    public $post_types = [PostTypes::WP_PAGE];

    /** @var int[] exclude page ids */
    public $exclude_page_ids = [];

    /** @var string[] */
    public $post_statuses = [
        PostStatus::PUBLISH,
        PostStatus::DRAFT
    ];
}

Youez - 2016 - github.com/yon3zu
LinuXploit