bp_do_theme_compat()
Are we currently replacing the_content?
Description Description
Return Return
(bool) True if the_content is currently in the process of being filtered and replaced.
Source Source
File: bp-core/bp-core-theme-compatibility.php
function bp_do_theme_compat() { return (bool) ( ! bp_is_template_included() && in_the_loop() && bp_is_theme_compat_active() ); }
Changelog Changelog
Version | Description |
---|---|
1.8.0 | Introduced. |