Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




get_bloginfo_rss [ WordPress Function ]

get_bloginfo_rss ( $show = '' )
Parameters:
Uses:
See:
Returns:
  • (string)
Defined at:



RSS container for the bloginfo function.

You can retrieve anything that you can using the get_bloginfo() function. Everything will be stripped of tags and characters converted, when the values are retrieved for use in the feeds.

Source


<?php
function get_bloginfo_rss($show '') {
    
$info strip_tags(get_bloginfo($show));
    return 
apply_filters('get_bloginfo_rss'convert_chars($info), $show);
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics