首页 WordPress函数大全 get_boundary_post_rel_link()

get_boundary_post_rel_link()

2020-05-01 / 4257阅 / 悠然

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

Warning: This function has been deprecated.

get_boundary_post_rel_link( string $title = '%title', bool $in_same_cat = false, string $excluded_categories = '', bool $start = true )

Get boundary post relational link.

描述

Can either be start or end post relational link.

参数

$title

(string)
(Optional)
Link title format.

Default value: '%title'

$in_same_cat

(bool)
(Optional)
Whether link should be in a same category.

Default value: false

$excluded_categories

(string)
(Optional)
Excluded categories IDs.

Default value: ''

$start

(bool)
(Optional)
Whether to display link to first or last post.

Default value: true

返回

(string)

大家谈论
    我的见解