
如何编辑WordPress代码 – HTML、CSS、PHP
get_the_author_msn ( No parameters )
检索当前文章的作者的MSN地址。
function get_the_author_msn() { _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta('msn')' ); return get_the_author_meta('msn'); }