apply_filters( 'template_directory_uri', string $template_dir_uri, string $template, string $theme_root_uri )

Filters the current theme directory URI.


Description Description


Parameters Parameters

$template_dir_uri

(string) The URI of the current theme directory.

$template

(string) Directory name of the current theme.

$theme_root_uri

(string) The themes root URI.


Top ↑

Source Source

File: wp-includes/theme.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.