| 开发者 |
joefusco
intenzi ashishjii iamchitti iqbal1hossain wp24horas aldorza bejignesh stfulldev obenland moriikuri ishitaj34 theaminuldev muneebashraf mindctrl zahidui |
|---|---|
| 更新时间 | 2026年9月3日 00:25 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp_presence table with a 150-second TTL. No writes to wp_postmeta means no post-cache invalidation on every heartbeat.
On a multisite network, Network Admin gets its own view of the same data: a Who's Online dashboard widget listing the busiest sites and who is on each, an Online column in the Sites list, and an Online view, filter, and column in the Users list. These require the manage_network capability.
Features
#presence-api.
presence-api folder to /wp-content/plugins/.Yes. Network-activate it and Network Admin gains a Who's Online dashboard widget listing the busiest sites and who is on each, an Online column in the Sites list, and an Online view, filter, and column in the Users list. Every site keeps its own widgets and lists, counting only the people on that site.
Anyone with the manage_network capability, which on a default network means super admins. The wp_presence_network_capability filter changes what is required.
Yes. Clear the Presence checkbox on Settings > General, or run wp presence recording set off. Every screen empties within one TTL as the rows already stored expire. On multisite, Network Admin > Settings has the same checkbox for every site at once; whichever switch is off decides.
For code, the wp_presence_recording_enabled and wp_presence_network_recording_enabled filters take the checkboxes as their defaults, so a filter always has the last word.
wp_presence table with UNIQUE KEY (room, client_id) for atomic upserts via INSERT ... ON DUPLICATE KEY UPDATE.wp_get_presence, wp_set_presence, wp_remove_presence, wp_remove_user_presence, wp_can_access_presence_room, wp_presence_post_room.GET/POST/DELETE /wp-presence/v1/presence, GET /wp-presence/v1/presence/rooms with SQL pagination and Cache-Control: no-store.wp-refresh-post-lock into presence entries.edit_posts.set, list, summary, cleanup.wp_presence_default_ttl filter and WP_PRESENCE_DEFAULT_TTL constant.uninstall.php..pot file.aria-live, keyboard navigation.