WordPress函数文档do_enclose()

调用do_enclose的hook钩子 描述 译文 检查视频音频链接的内容,将内容作为enclosures加入…

调用do_enclose的hook钩子

描述

译文

检查视频音频链接的内容,将内容作为enclosures加入。

已经添加的enclosure将不再重新加入。

原文

Check content for video and audio links to add as enclosures.

Will not add enclosures that have already been added.

用法

<?php do_enclose$content$post_ID ?>

参数

$content

(string) (必填) Post Content

默认值: None

$post_ID

(integer) (必填) Post ID

默认值: None

返回值

(void) 

This function does not return a value.

注意

  • 使用到 global: (object) $wpdb to read and condtionally insert records on _postmeta table in the database.
  • 使用到: debug_fopen() to open ‘enclosures.log’ file.
  • 使用到: debug_fwrite() to write to ‘enclosures.log’ file.
  • 使用到: get_enclosed()
  • 使用到: wp_get_http_headers()

历史

添加于 版本: 1.5.0

源文件

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

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

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

评论 (0)COMMENT