首页 WordPress函数大全 get_boundary_post()

get_boundary_post()

2020-05-01 / 4532阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

get_boundary_post( bool $in_same_term = false, array|string $excluded_terms = '', bool $start = true, string $taxonomy = 'category' )

Retrieves the boundary post.

描述

Boundary being either the first or last post by publish date within the constraints specified by $in_same_term or $excluded_terms.

参数

$in_same_term

(bool)
(Optional)
Whether returned post should be in a same taxonomy term.

Default value: false

$excluded_terms

(array|string)
(Optional)
Array or comma-separated list of excluded term IDs.

Default value: ''

$start

(bool)
(Optional)
Whether to retrieve first or last post. Default true

Default value: true

$taxonomy

(string)
(Optional)
Taxonomy, if $in_same_term is true.

Default value: 'category'

返回

(null|array) Array containing the boundary post object if successful, null otherwise.

大家谈论
    我的见解