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 );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |