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
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