locale_stylesheet_uri

locale_stylesheet_uri

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('locale_stylesheet_uri') is found 1 times:

  • /wp-includes/theme.php line 301
    	 *
    	 * @param string $stylesheet_uri     Localized stylesheet URI.
    	 * @param string $stylesheet_dir_uri Stylesheet directory URI.
    	 */
    	return apply_filters( 'locale_stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri );
    }
    
    /**
     * Retrieves name of the active theme.
     *
     * @since 1.5.0