WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about theme_scandir_exclusions

Back to home

Files

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

Hook Parameters

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