WP_Filesystem_SSH2::is_dir( string $path )


Description Description


Parameters Parameters

$path

(string) (Required)


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: wp-admin/includes/class-wp-filesystem-ssh2.php

	public function is_dir( $path ) {
		return is_dir( $this->sftp_path( $path ) );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.