• When copying a blog I got the notice

    Notice: get_dashboard_blog is deprecated since version 3.1 with no alternative available. in /path/to/wp-includes/functions.php on line 3080

    The root cause is in [em]/path/to/wp-content/plugins/blog-copier/blog-copier.php[/em] copy_blog() method:

    $dashboard_blog = get_dashboard_blog();

    https://wordpress.org/plugins/blog-copier/

  • The topic ‘get_dashboard_blog is deprecated’ is closed to new replies.