Slack credentials no longer live on this plugin. PRC Slack copies them once, then owns the connection.
What migrates
| From | To |
|---|---|
Option prc_nexus_slack_settings | Option prc_agents_trending_news_settings (legacy TNA copy, still runs) |
Option prc_agents_trending_news_settings.slack | Option 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
- After the PRC Slack copy, manage Slack at Settings → PRC Slack.
- This plugin's settings page is analysis-only.
- Prefer
/wp-json/prc-slack/v1/*for Events API. TNA/wp-json/prc-agents-trending-news/v2/slack/*proxies still ACK for one release.