# github-embed/1.9/templates/author.php

Github Embed, version 1.9. 12 lines.

- Page: https://pluginprobe.com/plugins/github-embed/1.9/code/templates/author.php
- Raw: https://pluginprobe.com/plugins/github-embed/1.9/raw/templates/author.php
- Modified: 2020-01-28T17:05:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/github-embed/1.9/code/templates/author.php#L10-L20`.

```php
<div class="github-embed github-embed-user <?php echo $data['logo_class'] ?>">
	<p>
		<a href="https://github.com/<?php echo esc_attr( $data['owner'] ) ?>" target="_blank">
			<strong>
				<?php echo esc_html( $data['owner'] ) ?>
			</strong>
		</a>
		<br>
		<?php echo esc_html( number_format_i18n( $data['owner_info']->public_repos ) ) ?> repositories, <?php echo esc_html( number_format_i18n( $data['owner_info']->followers ) ) ?> followers.
	</p>
</div>

```
