<?php
} if ( !
empty( $api->slug
) &&
empty( $api->external
) ) { ?>
<li><a target="_blank" href="<?php
echo esc_url( __( 'https://wordpress.org/plugins/'
) .
$api->slug
); ?>/"><?php
_e( 'WordPress.org Plugin Page »'
); ?></a></li>
<?php
} if ( !
empty( $api->homepage
) ) { ?>
<li><a target="_blank" href="<?php
echo esc_url( $api->homepage
); ?>"><?php
_e( 'Plugin Homepage »'
); ?></a></li>
<?php
} if ( !
empty( $api->donate_link
) &&
empty( $api->contributors
) ) { ?>
<li><a target="_blank" href="<?php
echo esc_url( $api->donate_link
); ?>"><?php
_e( 'Donate to this plugin »'
); ?></a></li>
<?php
} ?>
</ul>
<?php
if ( !
empty( $api->rating
) ) { ?>
<h3><?php
_e( 'Average Rating'
); ?></h3>
<?php
wp_star_rating( array
( 'rating' =>
$api->rating,
'type' => 'percent',
'number' =>
$api->num_ratings,
) );
?>
<p aria-hidden="true" class="fyi-description">
<?php
printf( /* translators: %s: Number of ratings. */