How to fix: get_bloginfo was called with an argument that is deprecated, WordPress

How to fix: get_bloginfo was called with an argument that is deprecated, WordPress

Problem:

get_bloginfo was called with an argument that is deprecated

 

Error example: <a href=”<?php bloginfo(‘siteurl’); ?>

Solution exanple: <a href=”<?php site_url(); ?>

 

 

This post is also available in: English