Skip to content

Instantly share code, notes, and snippets.

<?php
// This script will convert
// all confirmed buddy press friends to mutual followers
// if their friendship is not confirmed then the
// requestor of the friendship becomes a follower
// of the requestee
$_SERVER['HTTP_HOST'] = 'your-site.come';
ob_start();