set_site_transient( 'poptags_' .
$key,
$tags, 3 * HOUR_IN_SECONDS
);
return $tags;
}/**
* Displays the Featured tab of Add Plugins screen.
*
* @since 2.7.0
*/
function install_dashboard() { display_plugins_table();
?>
<div class="plugins-popular-tags-wrapper">
<h2><?php
_e( 'Popular tags'
); ?></h2>
<p><?php
_e( 'You may also browse based on the most popular tags in the Plugin Directory:'
); ?></p>
<?php
$api_tags =
install_popular_tags();
echo '<p class="popular-tags">';
if ( is_wp_error( $api_tags ) ) {