Switch language

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




do_feed_rss2 [ WordPress Function ]

do_feed_rss2 ( $for_comments )
Parameters:
  • (bool) $for_comments True for the comment feed, false for normal feed.
Defined at:



Load either the RSS2 comment feed or the RSS2 posts feed.

Source


<?php
function do_feed_rss2$for_comments ) {
    if ( 
$for_comments )
        
load_templateABSPATH WPINC '/feed-rss2-comments.php' );
    else
        
load_templateABSPATH WPINC '/feed-rss2.php' );
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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