%s', $term_description ); // WPCS: XSS ok, sanitization ok. } if ( get_the_author_meta( 'description' ) && is_author() ) { echo '
' . get_the_author_meta( 'description' ) . '
'; // WPCS: XSS ok, sanitization ok. } /** * generate_after_archive_description hook. * * @since 0.1 */ do_action( 'generate_after_archive_description' ); ?>
%2$s', get_avatar( get_the_author_meta( 'ID' ), 75 ), get_the_author() ); /* * Since we called the_post() above, we need to * rewind the loop back to the beginning that way * we can run the loop properly, in full. */ rewind_posts(); } return $title; } }