bp_core_wpml_fix_get_root_domain( $url )
Fix for url with wpml
Description
Parameters
- $url
-
(Required)
Return
(string)
Source
File: bp-core/compatibility/bp-incompatible-plugins-helper.php
function bp_core_wpml_fix_get_root_domain( $url ) { return untrailingslashit( $url ); }
Changelog
Version | Description |
---|---|
BuddyBoss 1.2.6 | 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.