Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • karabre1980
    Participant

    @karabre1980

    Hello, I have created the bp-custom.php inside the wp-content/plugins and put inside the code

    <?php
    function remove_xprofile_links() {
    remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 );
    }
    add_action( ‘bp_init’, ‘remove_xprofile_links’ );

    ?>

    but still the email works like a url link. Did I do something wrong…


    karabre1980
    Participant

    @karabre1980

    Where must I create this file??? In which place in WP???

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar