Filters the URI for themes directory.
$theme_root_uristring$siteurlstring$stylesheet_or_templatestringwp-includes/theme.php:682get_theme_root_uri() * @since 1.5.0 * * @param string $theme_root_uri The URI for themes directory. * @param string $siteurl WordPress web address which is set in General Options. * @param string $stylesheet_or_template The stylesheet or template name of the theme. */ return apply_filters( 'theme_root_uri', $theme_root_uri, get_option( 'siteurl' ), $stylesheet_or_template );} /** * Gets the raw theme root relative to the content directory with no filters applied. * * @since 3.1.0Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.