php [Wordpress]自动链接到Twitter用户名

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php [Wordpress]自动链接到Twitter用户名相关的知识,希望对你有一定的参考价值。

function content_twitter_mention($content) {
return preg_replace('/([^a-zA-Z0-9-_&])@([0-9a-zA-Z_]+)/', "$1@$2", $content);
}
add_filter('the_content', 'content_twitter_mention');
add_filter('comment_text', 'content_twitter_mention');

以上是关于php [Wordpress]自动链接到Twitter用户名的主要内容,如果未能解决你的问题,请参考以下文章

WordPress中怎么添加百度自动推送代码?创建完后上传到哪里?每个PHP模板

链接到 archive.php - WordPress

链接到 wordpress 中的 archive.php

如何在 WordPress header.php 中正确链接到 CSS?

php BSS到WordPress - 自动发布Bootstrap Studio导出到WordPress

php 如何链接到WordPress定制器