Releases: carstingaxion/gatherpress-at-a-glance
Releases · carstingaxion/gatherpress-at-a-glance
Release list
0.1.1
0.1.0 Initial release
- Registers
Dashboardsingleton that hooksdashboard_glance_items - Adds upcoming and past counts for every post type declaring
gatherpress-event-datesupport, linked to the filtered admin list when the user hasedit_posts - Adds a published count for every post type declaring
gatherpress-venue-informationsupport, linked to the admin list when the user hasedit_posts - Adds a term count for the
gatherpress_topictaxonomy, linked to the taxonomy admin screen when the user hasmanage_terms - Adds attending and waiting-list RSVP counts for every post type declaring
gatherpress-rsvpsupport viaRsvp\Query::get_rsvps()with atax_queryon_gatherpress_rsvp_status, linked to the RSVP submenu when the user hasmoderate_comments - All counts cached via
wp_cache_get/setwith a 5-minute TTL to avoid a DB query on every dashboard load - Labels use
_n()for singular/plural andnumber_format_i18n()for locale-aware formatting