WP_Filesystem_FTPext::is_readable( string $file )
Parameters
- $file
-
(Required)
Return
(bool)
Source
File: wp-admin/includes/class-wp-filesystem-ftpext.php
public function is_readable($file) {
return true;
}
(Required)
(bool)
File: wp-admin/includes/class-wp-filesystem-ftpext.php
public function is_readable($file) {
return true;
}