WordPress函数文档add_ping()

为已有ping添加URL 描述 译文 为已有ping添加URL 原文 Add a URL to those a…

为已有ping添加URL

描述

译文

为已有ping添加URL

原文

Add a URL to those already pung.

用法

<?php add_ping$post_id$uri ?>

参数

$post_id

(integer) (必填) Post ID.

默认值: None

$uri

(string) (必填) Ping URI.

默认值: None

返回值

(integer) 

Count of updated rows.

注意

  • 使用到 global: (object) $wpdb to read and to update the _posts table in database.
  • 使用到: apply_filters() on ‘add_ping’

历史

添加于 版本: 1.5.0

源文件

add_ping() 函数的代码位于 wp-includes/post.php.

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

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

评论 (0)COMMENT