Uses
Uses | Description |
---|---|
wp-admin/includes/plugin.php: plugin_files_exclusions | Filters the array of excluded directories and files while scanning the folder. |
wp-admin/includes/file.php: list_files() | Returns a listing of all files in the specified folder and all subdirectories up to 100 levels deep. |
wp-includes/plugin.php: plugin_basename() | Gets the basename of a plugin. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |