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


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.