Description
mywp_update_count
shortcode can be get the WordPress and Plugins and Themes and Translation updates count.
Usage
Default is all counts(total) without tags.
[[mywp_update_count]]
Result
0
Attributes
tag=”1“
Get the count with tags for admin sidebar menus.
[[mywp_update_count tag="1"]]
Result
<span class="update-plugins count-0"><span class="update-count">0</span></span>
type=”****“
Get the update count with status.
- total
- plugins
- themes
- translations
[[mywp_update_count type="plugins"]]
This Post Has 0 Comments