bbp_is_template_included()

Is a bbPress template being included?


Description Description


Return Return

(bool) True if yes, false if no


Top ↑

Source Source

File: includes/core/template-loader.php

function bbp_is_template_included() {
	return ! empty( bbpress()->theme_compat->bbpress_template );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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