Created
January 7, 2018 20:25
-
-
Save KaineLabs/34e74c9aa3b1d5a156bfce335003c946 to your computer and use it in GitHub Desktop.
Edit Members Directory Link
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
function yz_edit_members_directory_link( $link ) { | |
return 'https://www.authorprinar.com/members/type/authors'; | |
} | |
add_filter( 'bp_get_members_directory_permalink', 'yz_edit_members_directory_link' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment