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