વર્ણન
Items
- Tanka : Hyakunin Isshu
- Tanka Author
- Source of Tanka
- Subject of Tanka
Display
- Displayed at 60-second intervals.
Data
- The following data for the “Hyakunin Isshu” are used.
- Hyakunin Isshu data
Filter hooks
/** ==================================================
* 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' => 'Notice of Drinking Party 1 !',
'author' => 'Katsushi',
'source' => 'February 22, 2023, 7:00 p.m. - 9:00 p.m.',
'subject' => 'Restaurant WP',
),
array(
'tanka' => 'Notice of Drinking Party 2 !',
'author' => 'kawamori',
'source' => 'March 22, 2023, 7:00 p.m. - 9:00 p.m.',
'subject' => 'Sushi bar WP',
),
);
return $tanka_arr;
},
10,
1
);
/** ==================================================
* Filter for Tanka Author title.
*
*/
add_filter( 'hyakunin_isshu_bar_author_title', function(){ return 'Banquet Director'; }, 10, 1 );
/** ==================================================
* Filter for Source title.
*
*/
add_filter( 'hyakunin_isshu_bar_source_title', function(){ return 'Date and Time'; }, 10, 1 );
/** ==================================================
* Filter for Subject title.
*
*/
add_filter( 'hyakunin_isshu_bar_subject_title', function(){ return 'Place'; }, 10, 1 );
સ્ક્રીનશોટ
સ્થાપન
- Upload
hyakunin-isshu-admin-bar
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
એફએક્યુ (FAQ)
none
સમીક્ષાઓ
આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.
ફાળો આપનાર & ડેવલપર્સ
“Hyakunin Isshu Admin Bar” નું 1 ભાષામાં અનુવાદ કરવામાં આવ્યું છે. તેમના યોગદાન માટે અનુવાદકો આપનો આભાર.
“Hyakunin Isshu Admin Bar” ને તમારી ભાષામાં અનુવાદ કરો.
વિકાસમાં રસ ધરાવો છો?
કોડ બ્રાઉઝ કરો, જોવોઅસ્વીએન રેપોઝિટરીમાંથી,અથવા સબ્સ્ક્રાઇબ કરોડેવલપમેન્ટ દ્વારાઆરઅસઅસ.
ચેન્જલૉગ
[1.16] 2024/11/14
Fix – Rebuilt javascript.
[1.15] 2024/11/11
Fix – Management screen display issue.
[1.14] 2024/11/10
Fix – Rebuilt javascript.
1.13
Supported WordPress 6.4.
PHP 8.0 is now required.
1.12
Fixed css.
1.11
Style modified.
1.10
The information is now displayed at 60-second intervals.
Filter hooks have been changed and added.
1.02
Fixed translation.
1.01
Fixed translation.
1.00
Initial release.