Files
DESKTOP-GBA0BK8\Admin 7c8c8b1c76 first commit
2023-04-08 12:19:53 -04:00

5 lines
120 B
PHP

<?php $coauthors = get_coauthors( $this->get( 'post_id' ) ); ?>
<li class="amp-wp-byline">
<?php coauthors(); ?>
</li>