astra_addon_filesystem()

Get instance of WP_Filesystem.


Description


Return

(WP_Filesystem)


Source

File: classes/astra-common-functions.php

function astra_addon_filesystem() {
	return astra_addon_filesystem::instance();
}

Changelog

Changelog
Version Description
2.6.4 Introduced.


User Contributed Notes

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