MagpieRSS::is_atom() In this article Table of ContentsSource Related ↑ Back to top Source function is_atom() { if ( $this->feed_type == ATOM ) { 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.