Astra_Docs_Loader::astra_delete_docs_folder()

Delete the documentation folder.


Description

This runs as part of a cleanup routine.


Return

(bool)


Source

File: inc/lib/docs/class-astra-docs-loader.php

	public function astra_delete_docs_folder() {
		// Delete previously created supportive options.
		return $this->get_filesystem()->delete( $this->get_docs_folder(), true );
	}

Changelog

Changelog
Version Description
4.6.0 Introduced.


User Contributed Notes

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