Related Codex Documentation
|
Introduced in WordPress![]() |
|
TypeWordPress Function |
Dropped in WordPress![]() |
|
Defined atSee below |
||
Short Description |
||
50: <title><?php bloginfo('name'); ?> › <?php echo $title; ?></title> 51: <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
9: require( './wp-load.php' ); 10: wp_redirect( get_bloginfo( 'rdf_url' ), 301 ); 11: