• After updating to latest version of WordPress my site crashed and it was due to this bit of code in my functions.php file
    function get_avatar_url($get_avatar){
    preg_match(“/src='(.*?)’/i”, $get_avatar, $matches);
    return $matches[1];
    }

    Has anyone else had this issue?

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

The topic ‘function get_avatar_url conflicts with the WordPress 4.2’ is closed to new replies.