Codex tools: Log in
Contents |
Convert full URL paths to absolute paths.
Removes the http or https protocols and the domain. Keeps the path '/' at the beginning, so it isn't a true relative link, but from the web root base.
<?php wp_make_link_relative( $link ) ?>
Since: 2.1.0
wp_make_link_relative() is located in wp-includes/formatting.php.