WordPress 常用函数 / url_shorten
简介
缩短 URL,删除 http://, www., 然后将剩下的 url 缩短到 35 个字符,如果字符串长度大于 35,则末尾加上 ....
WordPress 用它在链接管理器界面显示链接 URL。
用法
<?php url_shorten($url); ?>
参数
$url
(string) (required) 将要缩短的 URL。
Default: None
返回值
(string)
已缩短的 URL。
实例
输出:
blog.wpjam.com/m/solution-to-wor...
修改记录
Since: 1.2.1
源文件
wp-admin/includes/misc.php