'. get_avatar( get_the_author_meta('email') , 80 ) .'

'.esc_html__( 'Author: ', 'blog2019' ).''. get_the_author_link() .'

'. get_the_author_meta('description',get_query_var('author') ) .'
'; } return $content; } function blog2019_pingback_header() { if ( is_singular() && pings_open() ) { echo ''; } } add_action( 'wp_head', 'blog2019_pingback_header' );