bloginfo(‘siteurl’) becomes bloginfo(‘url’) in WP 3.0

A very short WordPress tip that we found the other day.

In the upcoming version of WordPress (3.0) bloginfo(‘siteurl’) has been deprecated and replaced with bloginfo(‘url’).

So if you are a theme/plugin developer, you might take note of this and start changing!

Thanks for the tip Nathan Rice! You can follow him on Twitter: @nathanrice

Back to Top

One thought on “bloginfo(‘siteurl’) becomes bloginfo(‘url’) in WP 3.0