AtomParser::_p

Advertisement

Syntax Syntax

AtomParser::_p( $msg )

Source Source

File: wp-includes/atomlib.php

    function _p($msg) {
        if($this->debug) {
            print str_repeat(" ", $this->depth * $this->indent) . $msg ."\n";
        }
    }

Advertisement

Advertisement

Leave a Reply