Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Last active February 12, 2020 16:21
Show Gist options
  • Save KaineLabs/440490a3b4decaf3c6da9b97016d7bd2 to your computer and use it in GitHub Desktop.
Save KaineLabs/440490a3b4decaf3c6da9b97016d7bd2 to your computer and use it in GitHub Desktop.
Enable Facebook Link Style : www.yourwebsite.com/username
<?php
// Enable Root Profiles .
define ( 'BP_ENABLE_ROOT_PROFILES', true );
add_filter( 'bp_core_enable_root_profiles', '__return_true' );
@juliii
Copy link

juliii commented Feb 12, 2020

Ou mettre le code ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment