Filters the URI of the active theme stylesheet.
$stylesheet_uristring$stylesheet_dir_uristringwp-includes/theme.php:263get_stylesheet_uri() * * @since 1.5.0 * * @param string $stylesheet_uri Stylesheet URI for the active theme/child theme. * @param string $stylesheet_dir_uri Stylesheet directory URI for the active theme/child theme. */ return apply_filters( 'stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri );} /** * Retrieves the localized stylesheet URI. * * The stylesheet directory for the localized stylesheet files are located, byIntroduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.