-
Notifications
You must be signed in to change notification settings - Fork 843
Closed
Closed
Copy link
Labels
Needs triageTicket needs to be triagedTicket needs to be triaged[Plugin] JetpackIssues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/[Pri] Normal[Status] Auto-allocated[Type] BugWhen a feature is broken and / or not performing as intendedWhen a feature is broken and / or not performing as intended
Description
Impacted plugin
Jetpack
Quick summary
When setting the jetpack_ai_enabled filter to false, AI is still shown in the overview page and it's displayed as "active".
Steps to reproduce
Using the following code in an MU plugin:
add_filter( 'jetpack_ai_enabled', '__return_false', 99 );
But AI still shows up in the Overview window as "Active":
At the very lease it should display the status as disabled.
Site owner impact
More than 60% of the total website/platform users
Severity
Minor
What other impact(s) does this issue have?
No response
If a workaround is available, please outline it here.
No response
Platform (Simple and/or Atomic)
Self-hosted
Metadata
Metadata
Assignees
Labels
Needs triageTicket needs to be triagedTicket needs to be triaged[Plugin] JetpackIssues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/[Pri] Normal[Status] Auto-allocated[Type] BugWhen a feature is broken and / or not performing as intendedWhen a feature is broken and / or not performing as intended
Type
Projects
Status
Done