Checks if resource is a directory.
Parameters
$path
stringrequired- Directory path.
Source
public function is_dir( $path ) {
return false;
}
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
CARVIEW |
Checks if resource is a directory.
$path
stringrequiredpublic function is_dir( $path ) {
return false;
}
Used by | Description |
---|---|
WP_Filesystem_Base::abspath()wp-admin/includes/class-wp-filesystem-base.php | Returns the path on the remote filesystem of ABSPATH. |
WP_Filesystem_Base::find_folder()wp-admin/includes/class-wp-filesystem-base.php | Locates a folder on the remote filesystem. |
Version | Description |
---|---|
2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.