AtomParser::_default() WordPress Method
The AtomParser::_default() method is used to parse the default Atom feed format. This format is used by most Atom feeds, and is based on the XML specification.
AtomParser::_default( $parser, $data ) #
Contents
Source
File: wp-includes/atomlib.php
function _default($parser, $data) { # when does this gets called? }
Expand full source codeCollapse full source codeView on TracView on GitHub