Definition:
function start_post_rel_link($title = '%title', $in_same_cat = false, $excluded_categories = '') {}
Display relational link for the first post.
Parameters
- string $title: Optional. Link title format.
- bool $in_same_cat: Optional. Whether link should be in a same category.
- string $excluded_categories: Optional. Excluded categories IDs.
Source code
function start_post_rel_link($title = '%title', $in_same_cat = false, $excluded_categories = '') { _deprecated_function( __FUNCTION__, '3.3' ); echo get_boundary_post_rel_link($title, $in_same_cat, $excluded_categories, true); }
17066
No comments yet... Be the first to leave a reply!