Switch language

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




trackback_rdf [ WordPress Function ]

trackback_rdf ( $deprecated = '' )
Parameters:
  • (int) $deprecated Not used (Was $timezone = 0)
Defined at:



Generates and displays the RDF for the trackback information of current post.

Deprecated in 3.0.0, and restored in 3.0.1.

Source


<?php
function trackback_rdf$deprecated '' ) {
    if ( !empty( 
$deprecated ) )
        
_deprecated_argument__FUNCTION__'2.5' );

    if ( 
false !== stripos($_SERVER['HTTP_USER_AGENT'], 'W3C_Validator') )
        return;

    echo 
'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
            xmlns:dc="http://purl.org/dc/elements/1.1/"
            xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
        <rdf:Description rdf:about="'
;
    
the_permalink();
    echo 
'"'."\n";
    echo 
'    dc:identifier="';
    
the_permalink();
    echo 
'"'."\n";
    echo 
'    dc:title="'.str_replace('--''&#x2d;&#x2d;'wptexturize(strip_tags(get_the_title()))).'"'."\n";
    echo 
'    trackback:ping="'.get_trackback_url().'"'." />\n";
    echo 
'</rdf:RDF>';
}
?>

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