Skip to content

admin/online room name is hardcoded in eight places #154

Description

@josephfusco

The admin/online room name is written as a string literal in eight places across six files:

  • includes/heartbeat.php:32, :103, :311
  • includes/user-list.php:26, :74
  • includes/admin-bar.php:22
  • includes/lifecycle.php:24
  • includes/widgets/class-wp-presence-widget-whos-online.php:22 (as self::ROOM)

Per-post rooms already go through wp_presence_post_room(). Add wp_presence_admin_room() next to it and use it in all eight places.

Follow-up to #141, which added the third literal in heartbeat.php.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Good First IssueIssue particularly suitable to be worked on by new contributors[Area] HeartbeatIssues for the heartbeat subsystem[Type] EnhancementA suggestion for improvement of an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions