WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about plugin_files_exclusions

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/plugin.php apply_filters 242 /**
* Filters the array of excluded directories and files while scanning the folder.
*
* @since 4.9.0
*
* @param string[] $exclusions Array of excluded directories and files.
*/

Hook Parameters

Parameter Type Name Description
string[] $exclusions Array of excluded directories and files.