Turn Off AI Features
·
Adds an option to the General Settings page to turn off AI features in WordPress.
Turn Off AI Features lets you control AI functionality in WordPress without touching code. It hooks into the wp_supports_ai filter at priority 1000 and returns false when the option is enabled.
Features:
- Toggle AI on or off from Settings > General — no deactivation needed.
- WP-CLI support: wp ai disable / wp ai enable / wp ai status.
- Settings link on the Plugins page for quick access.
- Runs at priority 1000, overriding other plugins that may enable AI.