WPLib::root_dir PHP Method

root_dir() static public method

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