WordPress函数文档do_trackbacks()

调用do_trackbacks的hook钩子 描述 译文 执行trackbacks 原文 Perform tr…

调用do_trackbacks的hook钩子

描述

译文

执行trackbacks

原文

Perform trackbacks.

用法

<?php do_trackbacks$post_id ?>

参数

$post_id

(integer) (必填) Post ID to do trackbacks on.

默认值: None

返回值

(void) 

This function does not return a value.

注意

  • See Reads from and may update the _posts table from the database.
  • 使用到 global: (object) $wpdb
  • 使用到: get_to_ping()
  • 使用到: get_pung()
  • 使用到: wp_html_excerpt()
  • 使用到: apply_filters() on ‘the_content’ on ‘post_content’
  • 使用到: apply_filters() on ‘the_excerpt’ on ‘post_excerpt’
  • 使用到: apply_filters() on ‘the_title’ on ‘post_title’
  • 使用到: trackback()

历史

添加于 版本: 1.5.0

源文件

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

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

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

评论 (0)COMMENT