Browse: Home / Functions /

learndash_scandir_recursive

learndash_scandir_recursive( string $base = '' )

Builds a recursive listing of files from a given base path name.


Description #


Parameters #

$base

(string) (Optional) Top-level directory of the tree to scan.

Default value: ''


Return #

(array) An Array of files found.


Source #

File: includes/ld-misc-functions.php


Changelog #

Changelog
Version Description
3.0.3 Introduced.