WordPress函数文档disabled()

根据已给URL查找pingback的服务器URI 描述 译文 根据已给URL查找pingback的服务器URI…

根据已给URL查找pingback的服务器URI

描述

译文

根据已给URL查找pingback的服务器URI

查找rel=”pingback” 链接与 x-pingback标题的xhtml代码。该函数可检查x-pingback标题,如果标题可用就将其返回。检查rel=”pingback”比检查标题要占用更多系统开销。

原文

Finds a pingback server URI based on the given URL.

Checks the xhtml for the rel=”pingback” link and x-pingback headers. It does a check for the x-pingback headers first and returns that, if available. The check for the rel=”pingback” has more overhead than just the header.

用法

<?php discover_pingback_server_uri$url$deprecated ?>

参数

$url

(string) (必填) URL to ping.

默认值: None

$deprecated

(integer) (Not Used.)

默认值: None

返回值

(boolean|string) 

False on failure, string containing URI on success.

注意

  • 使用到: wp_remote_get()
  • 使用到: is_wp_error()

历史

添加于 版本: 1.5.0

源文件

discover_pingback_server_uri() 函数的代码位于 wp-includes/comment.php.

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

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

评论 (0)COMMENT