WPLib::root_dir PHP 메소드

root_dir() 정적인 공개 메소드

Return the root directory of the Lib/App/Site/Module/Theme class.
static public root_dir ( ) : string
리턴 string
    static function root_dir()
    {
        return static::get_root_dir('', get_called_class());
    }