Changes between Initial Version and Version 1 of Ticket #65099, comment 5
- Timestamp:
- 04/21/2026 09:06:34 AM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65099, comment 5
initial v1 9 9 > 10 10 > 11 12 13 Replying to [comment:1 iamadisingh]:14 > Hi @jorgefilipecosta, updated PR https://github.com/WordPress/wordpress-develop/pull/11565 to address this issue.15 >16 > `_wp_register_default_connector_settings()` now checks whether the owning plugin is active before registering the `api_key` setting for non-AI connectors. Uses the `is_active` callback if provided, falling back to `is_plugin_active()`. If neither confirms the plugin is active, registration is skipped.17 >18 >