bbp_get_topic_pagination_links()

Return topic pagination links

Description

Return

(string) Topic pagination links

Source

File: bp-forums/replies/template.php

	function bbp_get_topic_pagination_links() {
		$bbp = bbpress();

		if ( !isset( $bbp->reply_query->pagination_links ) || empty( $bbp->reply_query->pagination_links ) )
			return false;

		return apply_filters( 'bbp_get_topic_pagination_links', $bbp->reply_query->pagination_links );
	}

Changelog

Changelog
Version Description
bbPress (r2519) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.