Guide

Trending News settings migration

Slack credentials no longer live on this plugin. PRC Slack copies them once, then owns the connection.

What migrates

FromTo
Option prc_nexus_slack_settingsOption prc_agents_trending_news_settings (legacy TNA copy, still runs)
Option prc_agents_trending_news_settings.slackOption prc_slack_settings (PRC Slack, one-time)

Settings_Migration::maybe_migrate() still copies the legacy Nexus option into the TNA option when the TNA option is missing. PRC\Platform\Slack\Settings::adopt_trending_news_credentials() then copies TNA (or leftover Nexus) slack fields into prc_slack_settings when that option has no token or signing secret yet.

Rules

  1. After the PRC Slack copy, manage Slack at Settings → PRC Slack.
  2. This plugin's settings page is analysis-only.
  3. Prefer /wp-json/prc-slack/v1/* for Events API. TNA /wp-json/prc-agents-trending-news/v2/slack/* proxies still ACK for one release.

Was this helpful?