Inpsyde\MultilingualPress\Core\CachingBasePathAdapter::basedir PHP Method

basedir() public method

Returns the correct basedir path of the current site's uploads folder.
Since: 3.0.0
public basedir ( ) : string
return string The correct basedir path of the current site's uploads folder.
    public function basedir()
    {
        $uploads = $this->get_uploads_dir();
        return (string) $uploads['basedir'];
    }