Switch language

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




get_the_title_rss [ WordPress Function ]

get_the_title_rss ( No parameters )
Uses:
Returns:
  • (string) Current post title.
Defined at:



Retrieve the current post title for the feed.

Source


<?php
function get_the_title_rss() {
    
$title get_the_title();
    
$title apply_filters('the_title_rss'$title);
    return 
$title;
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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