bp_settings_remove_wc_lostpassword_url()
Removed WC filter to the settings page when its active.
Description
Source
File: bp-core/compatibility/bp-incompatible-plugins-helper.php
function bp_settings_remove_wc_lostpassword_url() { if ( class_exists( 'woocommerce' ) ) { remove_filter( 'lostpassword_url', 'wc_lostpassword_url', 10, 1 ); } }
Changelog
Version | Description |
---|---|
BuddyBoss 1.3.3 | 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.