[wp-trac] [WordPress Trac] #33911: Filter template dirs
WordPress Trac
noreply at wordpress.org
Thu Sep 17 09:07:25 UTC 2015
#33911: Filter template dirs
------------------------------+-----------------------------
Reporter: sebastian.pisula | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version: 4.3
Severity: normal | Keywords:
Focuses: |
------------------------------+-----------------------------
Filter for dirs here templates are search. For example:
{{{
add_filter('template_dirs', 'template_dirs_filter');
function template_dirs_filter($dirs){
$dirs[0] = '/path/my/dir';
return $dirs;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33911>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list