GRAYBYTE WORDPRESS FILE MANAGER9100

Server IP : 3.104.188.249 / Your IP : 216.73.217.141
System : Linux ip-172-26-1-242 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
PHP Version : 8.3.31
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : ON | Pkexec : OFF
Directory : /var/www/html/wp-includes/SimplePie/src/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /var/www/html/wp-includes/SimplePie/src//Author.php
<?php

// SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue
// SPDX-License-Identifier: BSD-3-Clause

declare(strict_types=1);

namespace SimplePie;

/**
 * Manages all author-related data
 *
 * Used by {@see Item::get_author()} and {@see SimplePie::get_authors()}
 *
 * This class can be overloaded with {@see SimplePie::set_author_class()}
 */
class Author
{
    /**
     * Author's name
     *
     * @var ?string
     * @see get_name()
     */
    public $name;

    /**
     * Author's link
     *
     * @var ?string
     * @see get_link()
     */
    public $link;

    /**
     * Author's email address
     *
     * @var ?string
     * @see get_email()
     */
    public $email;

    /**
     * Constructor, used to input the data
     */
    public function __construct(
        ?string $name = null,
        ?string $link = null,
        ?string $email = null
    ) {
        $this->name = $name;
        $this->link = $link;
        $this->email = $email;
    }

    /**
     * String-ified version
     *
     * @return string
     */
    public function __toString()
    {
        // There is no $this->data here
        return md5(serialize($this));
    }

    /**
     * Author's name
     *
     * @return string|null
     */
    public function get_name()
    {
        if ($this->name !== null) {
            return $this->name;
        }

        return null;
    }

    /**
     * Author's link
     *
     * @return string|null
     */
    public function get_link()
    {
        if ($this->link !== null) {
            return $this->link;
        }

        return null;
    }

    /**
     * Author's email address
     *
     * @return string|null
     */
    public function get_email()
    {
        if ($this->email !== null) {
            return $this->email;
        }

        return null;
    }
}

class_alias('SimplePie\Author', 'SimplePie_Author');

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
June 04 2026 19:23:20
www-data / www-data
2775
Cache
--
May 27 2026 03:19:33
www-data / www-data
2775
Content
--
May 27 2026 03:19:33
www-data / www-data
2775
HTTP
--
May 27 2026 03:19:33
www-data / www-data
2775
Net
--
May 27 2026 03:19:33
www-data / www-data
2775
Parse
--
May 27 2026 03:19:33
www-data / www-data
2775
XML
--
May 27 2026 03:19:33
www-data / www-data
2775
.htaccess
0.124 KB
June 04 2026 19:23:20
www-data / www-data
0444
Author.php
1.861 KB
May 27 2026 03:19:33
www-data / www-data
0664
Cache.php
3.172 KB
May 27 2026 03:19:33
www-data / www-data
0664
Caption.php
3.026 KB
May 27 2026 03:19:33
www-data / www-data
0664
Category.php
2.414 KB
May 27 2026 03:19:33
www-data / www-data
0664
Copyright.php
1.674 KB
May 27 2026 03:19:33
www-data / www-data
0664
Credit.php
2.094 KB
May 27 2026 03:19:33
www-data / www-data
0664
Enclosure.php
31.389 KB
May 27 2026 03:19:33
www-data / www-data
0664
Exception.php
0.347 KB
May 27 2026 03:19:33
www-data / www-data
0664
File.php
18.939 KB
May 27 2026 03:19:33
www-data / www-data
0664
Gzdecode.php
8.313 KB
May 27 2026 03:19:33
www-data / www-data
0664
IRI.php
33.991 KB
May 27 2026 03:19:33
www-data / www-data
0664
Item.php
128.536 KB
May 27 2026 03:19:33
www-data / www-data
0664
Locator.php
16.308 KB
May 27 2026 03:19:33
www-data / www-data
0664
Misc.php
68.161 KB
May 27 2026 03:19:33
www-data / www-data
0664
Parser.php
34.051 KB
May 27 2026 03:19:33
www-data / www-data
0664
Rating.php
1.752 KB
May 27 2026 03:19:33
www-data / www-data
0664
Registry.php
7.711 KB
May 27 2026 03:19:33
www-data / www-data
0664
RegistryAware.php
0.437 KB
May 27 2026 03:19:33
www-data / www-data
0664
Restriction.php
2.313 KB
May 27 2026 03:19:33
www-data / www-data
0664
Sanitize.php
29.642 KB
May 27 2026 03:19:33
www-data / www-data
0664
SimplePie.php
125.051 KB
May 27 2026 03:19:33
www-data / www-data
0664
Source.php
23.182 KB
May 27 2026 03:19:33
www-data / www-data
0664

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF