Last active
February 12, 2020 16:21
-
-
Save KaineLabs/440490a3b4decaf3c6da9b97016d7bd2 to your computer and use it in GitHub Desktop.
Enable Facebook Link Style : www.yourwebsite.com/username
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Enable Root Profiles . | |
define ( 'BP_ENABLE_ROOT_PROFILES', true ); | |
add_filter( 'bp_core_enable_root_profiles', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ou mettre le code ?