File "Sanitize-20260517042959.php"

Full Path: /home/rafihcto/work5.rafiul.website/wp-includes-20260513121521/SimplePie/library/SimplePie/Sanitize-20260517042959.php
File size: 557 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

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

declare(strict_types=1);

use SimplePie\Sanitize;

class_exists('SimplePie\Sanitize');

// @trigger_error(sprintf('Using the "SimplePie_Sanitize" class is deprecated since SimplePie 1.7.0, use "SimplePie\Sanitize" instead.'), \E_USER_DEPRECATED);

/** @phpstan-ignore-next-line */
if (\false) {
    /** @deprecated since SimplePie 1.7.0, use "SimplePie\Sanitize" instead */
    class SimplePie_Sanitize extends Sanitize
    {
    }
}