Browse: Home / Functions /

learndash_recursive_rmdir

learndash_recursive_rmdir( string $dir = '' )

Removes a directory from the given path recursively.


Description #


Parameters #

$dir

(string) (Optional) The directory path to remove.

Default value: ''


Source #

File: includes/ld-misc-functions.php


Changelog #

Changelog
Version Description
1.0.3 Introduced.