WPINC_author template.php Notes - WordPress-Thinstall/wordpress-develop GitHub Wiki

interface AuthorTemplateInterface {
    function get_the_author($deprecated = '');
    function the_author( $deprecated = '', $deprecated_echo = true );
    function get_the_modified_author();
    function the_modified_author();
    function get_the_author_meta( $field = '', $user_id = false );
    function the_author_meta( $field = '', $user_id = false );
    function get_the_author_link();
    function the_author_link();
    function get_the_author_posts();
    function the_author_posts();
    function get_the_author_posts_link();
    function the_author_posts_link( $deprecated = '' );
    function get_author_posts_url( $author_id, $author_nicename = '' );
    function wp_list_authors( $args = '' );
    function is_multi_author();
    function __clear_multi_author_cache();
}