403Webshell
Server IP : 35.236.43.222  /  Your IP : 216.73.216.143
Web Server : Apache
System : Linux order-form-vm-001 5.10.0-37-cloud-amd64 #1 SMP Debian 5.10.247-1 (2025-12-11) x86_64
User : deploy ( 1002)
PHP Version : 8.1.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/ravel.network/public/wp-content/plugins/independent-analytics/IAWP/Models/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/ravel.network/public/wp-content/plugins/independent-analytics/IAWP/Models/Page_Search.php
<?php

namespace IAWP\Models;

/** @internal */
class Page_Search extends \IAWP\Models\Page
{
    private $search_query;
    public function __construct($row)
    {
        $this->search_query = $row->search_query;
        parent::__construct($row);
    }
    public function calculate_url()
    {
        return \get_search_link($this->search_query);
    }
    protected function resource_key() : string
    {
        return 'search_query';
    }
    protected function resource_value() : string
    {
        return $this->search_query;
    }
    protected function calculate_is_deleted() : bool
    {
        return \false;
    }
    protected function calculate_title()
    {
        return \esc_html__('Search:', 'independent-analytics') . ' "' . $this->search_query . '"';
    }
    protected function calculate_type()
    {
        return 'search-archive';
    }
    protected function calculate_type_label()
    {
        return \esc_html__('Search', 'independent-analytics');
    }
    protected function calculate_icon()
    {
        return '<span class="dashicons dashicons-search"></span>';
    }
    protected function calculate_author_id()
    {
        return null;
    }
    protected function calculate_author()
    {
        return null;
    }
    protected function calculate_avatar()
    {
        return null;
    }
    protected function calculate_date()
    {
        return null;
    }
    protected function calculate_category()
    {
        return [];
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit