Core Function
View Source on Trac ↗ get_boundary_post_rel_link()
get_boundary_post_rel_link(
mixed $title = '%title',
mixed $in_same_cat = false,
mixed $excluded_categories = '',
mixed $start = true
) Get boundary post relational link.
Parameters 2 required
| Name / Type | Description |
|---|---|
| $title string | Optional. Link title format. Default '%title'. |
| bool | $in_same_cat Optional. Whether link should be in a same category. Default false. Required |
| $excluded_categories string | Optional. Excluded categories IDs. Default empty. |
| bool | $start Optional. Whether to display link to first or last post. Default true. Required |
Return Value
(string)
string
Function Information
Since Version
2.8.0
Source File
wp-includes/deprecated.php
Advertisement