stylesheet_directory_uri

stylesheet_directory_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_directory_uri') is found 1 times:

  • /wp-includes/theme.php line 239
    	 * @param string $stylesheet_dir_uri Stylesheet directory URI.
    	 * @param string $stylesheet         Name of the activated theme's directory.
    	 * @param string $theme_root_uri     Themes root URI.
    	 */
    	return apply_filters( 'stylesheet_directory_uri', $stylesheet_dir_uri, $stylesheet, $theme_root_uri );
    }
    
    /**
     * Retrieves stylesheet URI for the active theme.
     *
     * The stylesheet file name is 'style.css' which is appended to the stylesheet directory URI path.
    

See this hook used in plugins: