de

wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren




get_the_author_msn [ WordPress Function ]

get_the_author_msn ( Keine Parameter )
Siehe:
Gibt zurück:
  • (string) The author's MSN address.
Definiert in:



Retrieve the MSN address of the author of the current post.

Source


<?php
function get_the_author_msn() {
    
_deprecated_function__FUNCTION__'2.8''get_the_author_meta(\'msn\')' );
    return 
get_the_author_meta('msn');
}
?>

Beispiele [ wp-snippets.com ]

Top Google Suchergebnisse

Mehr ...

Nutzerduskussionen [ wordpress.org ]

0 Nutzerkommentare

Noch keine. Sei der Erste!

Neu hinzufügen ...



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