WordPress函数文档filter_SSL()

过滤URL并格式化为SSL 描述 Filters a URL and formats it as https …

过滤URL并格式化为SSL

描述

Filters a URL and formats it as https if necessary (is_ssl() and force_ssl_content() are both true).

用法

<?php filter_SSL$url ?>

参数

$url

(string) (必填) The URL to format

默认值: None

示例

注意

  • If $url is not a string, the Site Address is returned.
  • 使用到 set_url_scheme() to set the scheme to https when needed.

历史

添加于 版本: 2.8.5

源文件

filter_SSL() 函数的代码位于 wp-includes/ms-functions.php

相关

set_url_scheme(), is_ssl(), force_ssl_content()

  • 原文:http://codex.wordpress.org/Function_Reference/filter_SSL
类别:WordPress函数文档

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT