_wp_normalize_relative_css_links
- %1$s is private and should not be used in themes or plugins directly.
_wp_normalize_relative_css_links ( $css, $stylesheet_url )
Access:Parameters:- (string) css The CSS to make URLs relative to the WordPress installation.
- (string) stylesheet_url The URL to the stylesheet.
Returns:- (string) The CSS with URLs made relative to the WordPress installation.
Defined at: - Introduced in WordPress: 5.9.0
- Deprecated in WordPress: —
Description
Makes URLs relative to the WordPress installation.