apply_filters( 'theme_scandir_exclusions', string[] $exclusions )

Filters the array of excluded directories and files while scanning theme folder.


Description


Parameters

$exclusions

(string[]) Array of excluded directories and files.


Top ↑

Source

File: wp-includes/class-wp-theme.php

View on Trac


Top ↑

Changelog

Version Description
4.7.4 Introduced.