Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • Hi all,

    First of all thank you for reading this. I know that buddypress add search links to specific words in profile fields. We don’t want that and used
    <?php
    /* remove all profile links */
    function remove_xprofile_links() {
    remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );
    }
    add_action( 'bp_init',…
    [Read more]

Skip to toolbar