bpbbpst_is_bbp_required_version_ok
Informs if required version of bbPress is ok.
Description
bpbbpst_is_bbp_required_version_ok();
Usage
if ( !function_exists( 'bpbbpst_is_bbp_required_version_ok' ) ) { require_once ABSPATH . PLUGINDIR . 'buddy-bbpress-support-topic/includes/functions.php'; } // NOTICE! Understand what this does before running. $result = bpbbpst_is_bbp_required_version_ok();
Defined (1)
The function is defined in the following location(s).
- /includes/functions.php
- function bpbbpst_is_bbp_required_version_ok() {
- return (bool) bbpress()->extend->bpbbpst->globals->site_bbp_version_ok;
- }