wordpress / latest / classes / magpierss / is_atom.html

MagpieRSS::is_atom()

Source

File: wp-includes/rss.php. View all references

function is_atom() {
	if ( $this->feed_type == ATOM ) {
		return $this->feed_version;
	}
	else {
		return false;
	}
}

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/magpierss/is_atom