AtomParser::AtomParser() WordPress Method
The AtomParser::AtomParser() method is a simple Wordpress parser that reads an Atom feed and parses it into an array of items. It can be used to display content from any Atom-compatible feed on a Wordpress site.
AtomParser::AtomParser() #
PHP4 constructor.
Source
File: wp-includes/atomlib.php
public function AtomParser() { self::__construct(); }
Expand full source codeCollapse full source codeView on TracView on GitHub