A plugin that randomly displays Hyakunin Isshu in the admin bar.
As of April 2026, Hyakunin Isshu Admin Bar is a WordPress poem plugin with 0 active installations and a 0/5 rating0. It has been downloaded 2.6K+ times in total. Requires WordPress 6.6+ and PHP 8.0+. Available on WordPress.org since 2023. Actively maintained — updated within the last month. Top alternative: Gaudério.
/** ==================================================
* Filter for capability.
*
*/
add_filter( 'hyakunin_isshu_bar_user_can', function(){ return 'read'; }, 10, 1 );
/** ==================================================
* Filter for interval.
*
*/
add_filter( 'hyakunin_isshu_bar_interval_sec', function(){ return 5; }, 10, 1 );
/** ==================================================
* Filter for Tanka array.
*
*/
add_filter(
'hyakunin_isshu_bar_array',
function() {
$tanka_arr = array(
array(
'tanka' => 'Notic…| WordPress | 6.6+ requiredTested up to 7.0 |
| PHP | 8.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.