Syntax Syntax
Source Source
File: wp-includes/rss.php
function is_atom() { if ( $this->feed_type == ATOM ) { return $this->feed_version; } else { return false; }
Developer Resources, Tips, Tricks, Tutorials and Much more.
File: wp-includes/rss.php
function is_atom() { if ( $this->feed_type == ATOM ) { return $this->feed_version; } else { return false; }