stylesheet_uri

stylesheet_uri

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('stylesheet_uri') is found 1 times:

  • /wp-includes/theme.php line 263
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
         *
         * @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, by

See this hook used in plugins: