On this page
AtomParser::_p( $msg )
Source
File: wp-includes/atomlib.php. View all references
function _p($msg) {
if($this->debug) {
print str_repeat(" ", $this->depth * $this->indent) . $msg ."\n";
}
}
Related
Used By
| Used By | Description |
|---|---|
| AtomParser::end_element() wp-includes/atomlib.php | |
| AtomParser::start_ns() wp-includes/atomlib.php | |
| AtomParser::end_ns() wp-includes/atomlib.php | |
| AtomParser::cdata() wp-includes/atomlib.php | |
| AtomParser::start_element() wp-includes/atomlib.php |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/atomparser/_p