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

Filters the active theme directory URI.


Parameters

$template_dir_uri

The URI of the active theme directory.

$template

Directory name of the active theme.

$theme_root_uri

The themes root URI.


Source

File: wp-includes/theme.php

View on GitHub



Changelog

Changelog
Version Description
1.5.0 Introduced.