bbp_get_query_name()

Get the ‘_bbp_query_name’ setting


Description Description


Return Return

(string) To return the query var value


Top ↑

Source Source

File: includes/common/template.php

function bbp_get_query_name()  {
	return get_query_var( '_bbp_query_name' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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