Filters the active theme directory URI.
$template_dir_uristring$templatestring$theme_root_uristringwp-includes/theme.php:375get_template_directory_uri() * @since 1.5.0 * * @param string $template_dir_uri The URI of the active theme directory. * @param string $template Directory name of the active theme. * @param string $theme_root_uri The themes root URI. */ return apply_filters( 'template_directory_uri', $template_dir_uri, $template, $theme_root_uri );} /** * Retrieves theme roots. * * @since 2.9.0Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.