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