AtomParser::end_ns() public WP 1.0
{} It's a method of the class: AtomParser{}
No Hooks.
Return
null
. Null. Nothing.
Usage
$AtomParser = new AtomParser(); $AtomParser->end_ns( $parser, $prefix );
- $parser (required)
- -
- $prefix (required)
- -
Code of AtomParser::end_ns() AtomParser::end ns WP 5.7
function end_ns($parser, $prefix) {
$this->_p("ending: #" . $prefix . "#");
}