| 开发者 |
joefusco
intenzi ashishjii iamchitti iqbal1hossain wp24horas aldorza bejignesh |
|---|---|
| 更新时间 | 2026年8月15日 06:57 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp_presence table with a 60-second TTL. No writes to wp_postmeta means no post-cache invalidation on every heartbeat.
Features
#presence-api.
presence-api folder to /wp-content/plugins/.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.