Syntax Syntax
Source Source
File: wp-includes/atomlib.php
function _p($msg) {
if($this->debug) {
print str_repeat(" ", $this->depth * $this->indent) . $msg ."\n";
}
}
Developer Resources, Tips, Tricks, Tutorials and Much more.
File: wp-includes/atomlib.php
function _p($msg) {
if($this->debug) {
print str_repeat(" ", $this->depth * $this->indent) . $msg ."\n";
}
}