常用函数-wp_get_post_categories()

0条评论

常用函数-wp_get_post_categories()

说明

检索文章的类型列表。

主题插件兼容层,也是不具备分类层复杂性的简单抽象层。

用法

<?php wp_get_post_categories( $post_id, $args ) ?>

参数

$post_id

(整数)(可选)文章编号。

默认值: 0

$args

(数组)(可选)改写默认值

默认值:array

返回的值

(数组)

示例

注释

修改记录

自2.1.0版本后

源文件

wp_get_post_categories() 位于 wp-includes/post.php中。

相关资源

发表新评论

此内容将保密,不会被其他人看见。
  • 自动将网址与电子邮件地址转变为链接。
  • 允许HTML标签:<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • 自动断行和分段。

更多关於格式化选项的信息

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.