Astra_Addon_Filesystem::update_filesystem_access_status( boolean $status )

Update Filesystem status.


Description


Parameters

$status

(boolean) (Required) status for filesystem access.


Return

(void)


Source

File: classes/class-astra-addon-filesystem.php

	public function update_filesystem_access_status( $status ) {
		astra_update_option( 'file-write-access', $status );
	}

Changelog

Changelog
Version Description
2.6.4 Introduced.


User Contributed Notes

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