常用函数-wp_make_link_relative()

0条评论

常用函数-wp_make_link_relative()

说明

将完整URL路径转换成绝对路径。

删除http或https以及域名。保留URL开始部分的“/”,URL不是完全的相对链接,只是web根目录下的链接。

用法

<?php wp_make_link_relative( $link ) ?>

参数

$link

(字符串)(必需)完整的URL路径

默认值:None

返回的值

(字符串)

绝对路径

示例

注释

修改记录

自2.1.0版本后

源文件

wp_make_link_relative()位于 wp-includes/formatting.php.中。

发表新评论

此内容将保密,不会被其他人看见。
  • 自动将网址与电子邮件地址转变为链接。
  • 允许HTML标签:<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • 自动断行和分段。

更多关於格式化选项的信息

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.