Definition:
function bloginfo( $show='' ) {}
Display information about the blog.
Parameters
- string $show: What to display.
Source code
function bloginfo( $show='' ) { echo get_bloginfo( $show, 'display' ); }
563
Definition:
function bloginfo( $show='' ) {}
function bloginfo( $show='' ) { echo get_bloginfo( $show, 'display' ); }
563
No comments yet... Be the first to leave a reply!