摘要: WordPress https后台跳首页 主题文件functions.php 添加: /* 替换图片链接为 https */ function my_content_manipulator($content){ if( is_ssl() ){ $content = str_replace('http 阅读全文
posted @ 2020-11-19 10:33 刘俊涛的博客 阅读(277) 评论(0) 推荐(0)