On this page
AtomParser::start_ns( $parser, $prefix, $uri )
Source
File: wp-includes/atomlib.php. View all references
function start_ns($parser, $prefix, $uri) {
$this->_p("starting: " . $prefix . ":" . $uri);
array_push($this->ns_decls, array($prefix,$uri));
}
Related
Uses
| Uses | Description |
|---|---|
| AtomParser::_p() wp-includes/atomlib.php |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/atomparser/start_ns