Use WP_Filesystem to list files in directory
Unfortunately the documentation about the Filesystem API is very basic. What you are looking for is the dirlist method/function of the WP_Filesystem_$method class(es). The only documentation about it is the docblock out of the WP_Filesystem_Base class: /** * Get details for files in a directory or a specific file. * * @since 2.5.0 * * … Read more