How can I modify the permalink via a filter?

Ooops easier than I thought!

function edit_the_permalink($html){
    $html = updateToPerfectURLs($html);
    return $html;
}
add_filter('the_permalink', 'edit_the_permalink');

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)