MagpieRSS::is_rss() In this article Table of ContentsSource Related ↑ Back to top Source function is_rss () { if ( $this->feed_type == RSS ) { return $this->feed_version; } else { return false; } } View all references View on Trac View on GitHub Related Used byDescriptionMagpieRSS::normalize()wp-includes/rss.php User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.