wp_is_writable( string $path )
Determines if a directory is writable.
Description
This function is used to work around certain ACL issues in PHP primarily affecting Windows Servers.
See also
Parameters
- $path
-
(Required) Path to check for write-ability.
Return
(bool) Whether the path is writable.
Source
File: wp-includes/functions.php
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |