bp_core_fix_notices_woocommerce_admin_status( $tabs )
Fix PHP notices in WooCommerce status Menu
Description
Parameters
- $tabs
-
(Required)
Return
(mixed)
Source
File: bp-core/compatibility/bp-incompatible-plugins-helper.php
function bp_core_fix_notices_woocommerce_admin_status( $tabs ) { if ( isset( $_GET['page'] ) && 'wc-status' == $_GET['page'] ) { bp_core_unset_bbpress_buddypress_active(); } return $tabs; }
Changelog
Version | Description |
---|---|
BuddyBoss 1.2.0 | 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.