Definition:
function the_author_url() {}
Display the URL to the home page of the author of the current post.
Source code
function the_author_url() { _deprecated_function( __FUNCTION__, '2.8', 'the_author_meta(\'url\')' ); the_author_meta('url'); }
2981
No comments yet... Be the first to leave a reply!