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 );
	}

Changelog

Changelog
Version Description
2.6.4 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.