Bloginfo and get_option
-
What′s a diference between bloginfo(); and get_option(); in pratice?
For example:
<?php bloginfo(‘url’); ?> its diferent if <?php echo get_option(‘siteurl’); ?>
What′s is more safe?
Thank′s!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bloginfo and get_option’ is closed to new replies.