• Resolved nitinbhatia1979

    (@nitinbhatia1979)


    Hi,

    I am getting following error..Please help

    Notice: wp_seo_get_bc_title is deprecated since version WPSEO 5.8! Use wpseo_breadcrumb_single_link_info instead. in /home/username/public_html/wp-includes/functions.php on line 4090

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi nitinbhatia1979,
    Thank you for letting us know. We’ll fix this in next version.
    If you want to disable this urgently, please open /wpforo/wpf-includes/functions-integration.php file, find this row:

    add_filter( 'wp_seo_get_bc_title', '__return_false' );

    change to this:

    add_filter( 'wpseo_breadcrumb_single_link_info', '__return_false' );

    Thread Starter nitinbhatia1979

    (@nitinbhatia1979)

    Thanks a lot..it worked…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Yoast Breadcrumb Issue’ is closed to new replies.