bp_helper_plugins_loaded_callback()
Fire to add support for third party plugin
Description
Source
File: bp-core/compatibility/bp-incompatible-plugins-helper.php
function bp_helper_plugins_loaded_callback() {
global $plugins;
if ( in_array( 'seo-by-rank-math/rank-math.php', $plugins ) && ! is_admin() ) {
require( buddypress()->plugin_dir . '/bp-core/compatibility/bp-rankmath-plugin-helpers.php' );
}
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.1.9 | 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.