// 全站强制替换 HTTP 为 HTTPS function wp_replace_http_to_https($url) { if (is_ssl()) { $url = str_replace('http://www.sqywl.cn', 'https://www.sqywl.cn', $url); } return $url; } add_filter('script_loader_src', 'wp_replace_http_to_https'); add_filter('style_loader_src', 'wp_replace_http_to_https'); add_filter('plugins_url', 'wp_replace_http_to_https'); add_filter('wp_get_attachment_url', 'wp_replace_http_to_https'); add_filter('theme_file_uri', 'wp_replace_http_to_https'); add_filter('admin_url', 'wp_replace_http_to_https'); add_filter('site_url', 'wp_replace_http_to_https'); add_filter('home_url', 'wp_replace_http_to_https'); add_filter('rest_url', 'wp_replace_http_to_https'); 新建帖子 - 论坛 - 深秋云网络

Hi!请先登录