Astra_Addon_Filesystem::can_access_filesystem()
Check if filesystem has write access.
Description
Return
(boolean) True if filesystem has access, false if does not have access.
Source
File: classes/class-astra-addon-filesystem.php
public function can_access_filesystem() { return (bool) astra_get_option( 'file-write-access', true ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
2.6.4 | Introduced. |