bbp_remove_adjacent_posts()
Remove “prev” and “next” relational links from <head>
on bbPress pages.
Description Description
WordPress automatically generates these relational links to the current page, but bbPress does not use these links, nor would they work the same.
In this function, we remove these links when on a bbPress page. This also prevents additional, unnecessary queries from running.
Source Source
File: includes/core/theme-compat.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |