learndash_recursive_rmdir( string $dir = '' )
Removes a directory from the given path recursively.
Description Description
Parameters Parameters
- $dir
-
(Optional) The directory path to remove.
Default value: ''
Source Source
File: includes/ld-misc-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0.3 | Introduced. |