説明
mywp_update_count
ショートコードはWordPressコア、プラグイン、テーマ、翻訳の更新カウント数を取得することができます。
使い方
デフォルトはタグ無しで全てのカウント数を取得します。
[[mywp_update_count]]
結果
0
属性
tag=”1“
管理画面サイドバーで利用されるタグ付きでカウント数を出力します。
[[mywp_update_count tag="1"]]
結果
<span class="update-plugins count-0"><span class="update-count">0</span></span>
type=”****“
更新カウント数の種類を指定できます。
- total
- plugins
- themes
- translations
[[mywp_update_count type="plugins"]]
This Post Has 0 Comments