Astra_Addon_Filesystem::reset_filesystem_access_status()

Reset filesystem access status.


Description


Return

(void)


Source

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

	public function reset_filesystem_access_status() {
		astra_delete_option( 'file-write-access' );
	}

Changelog

Changelog
Version Description
2.6.4 Introduced.


User Contributed Notes

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