Switch language

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




get_the_author_msn [ WordPress Function ]

get_the_author_msn ( No parameters )
See:
Returns:
  • (string) The author's MSN address.
Defined at:



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');
}
?>

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