Core Function
View Source on Trac ↗ wp_is_writable()
wp_is_writable( mixed $path ) Determines if a directory is writable.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $path string | Path to check for write-ability. Required |
Return Value
(bool)
Whether the path is writable.
Function Information
Since Version
3.6.0
Source File
wp-includes/functions.php
Advertisement