the_author, is_object( $authordata
the_author, is_object( $authordata
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('the_author, is_object( $authordata') is found 1 times:
- /wp-includes/author-template.php line 38
* @since 2.9.0 * * @param string $display_name The author's display name. */ return apply_filters( 'the_author', is_object( $authordata ) ? $authordata->display_name : '' ); } /** * Displays the name of the author of the current post. * * The behavior of this function is based off of old functionality predating