learndash_scandir_recursive( string $base = '' )

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


Description Description


Parameters Parameters

$base

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

Default value: ''


Top ↑

Return Return

(array) An Array of files found.


Top ↑

Source Source

File: includes/ld-misc-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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