Viewing 1 replies (of 1 total)
  • Plugin Author MrMaz

    (@mrmaz)

    There is a filter for this named: “bp_get_link_list_item_external_url_rel”

    By default, no “rel” attribute is generated.

    function my_bp_links_rel()
    {
        return 'nofollow';
    }
    add_filter('bp_get_link_list_item_external_url_rel', 'my_bp_links_rel');
Viewing 1 replies (of 1 total)
  • The topic ‘How to change the link to nofollow’ is closed to new replies.