WPBP / WordPress-Plugin-Boilerplate-Powered

Wordpress Plugin Boilerplate but Powered with examples and a generator!
https://wpbp.github.io/
GNU General Public License v3.0
782 stars 116 forks source link

Enhance Initialize->scandir() to exclude content. #219

Closed charmoney closed 1 year ago

charmoney commented 1 year ago

Enhance Plugin_Name\Engine\Initialize->scandir() to exclude filenames based on argument with default value of '~'.

Implements issue #215.

Mte90 commented 1 year ago

Wow cool thanks!