stylesheet_uri

stylesheet_uri

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('stylesheet_uri') is found 1 times:

  • /wp-includes/theme.php line 263
    	 *
    	 * @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: