Inpsyde\MultilingualPress\Core\CachingBasePathAdapter::basedir PHP 메소드

basedir() 공개 메소드

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