<?php

    $str = 'fix me <a href="www.link.com">link</a> or fix me <a href="link.com">link</a> and fix me too <a href="http://l...content-available-to-author-only...k.com">link</a> and replace me with <a href="http://w...content-available-to-author-only...k.com>link</a>';
    echo str_replace('www.www', 'www', str_replace('http://w...content-available-to-author-only...w.http://', 'http://www.', str_replace('a href="', 'a href="http://www.', $str)));