AtomParser::end_ns()publicWP 1.0

Method of the class: AtomParser{}

No Hooks.

Return

null. Nothing (null).

Usage

$AtomParser = new AtomParser();
$AtomParser->end_ns( $parser, $prefix );
$parser (required)
-
$prefix (required)
-

AtomParser::end_ns() code WP 6.4.3

function end_ns($parser, $prefix) {
    $this->_p("ending: #" . $prefix . "#");
}