• Hi i want to change the slug of BuddyPress Follow but unable to make it work.

    Plugin URL: https://www.ads-software.com/plugins/buddypress-followers/

    under bp-follow-core.php I found constant used for slug

    if ( ! defined( 'BP_FOLLOWERS_SLUG' ) )
    			define( 'BP_FOLLOWERS_SLUG', 'followers' );
    if ( ! defined( 'BP_FOLLOWING_SLUG' ) )
    			define( 'BP_FOLLOWING_SLUG', 'following' );

    but when i rename it all members are displayed and followed members are not filtered. Anything other that has to be changed for correct functionality?

    For Buddypress we can change it but i guess there is limitation in this plugin

  • The topic ‘Rename url slug BuddyPress Follow’ is closed to new replies.