I am developing a plugin.
I want to know difference between
get_bloginfo('url');
and
get_site_url();
I got same output, then what's the difference?
|
I am developing a plugin. I want to know difference between
and
I got same output, then what's the difference? |
||||
|
|
The difference is that these two function chain to different options, which are typically same. It would be more appropriate to compare |
||||
|
|
|
From 'wp-includes/general-template.php'
So:
|
|||||
|
|
IIRC, the primary difference between |
|||||
|
|
Check out the parameters over at Codex: |
|||