Skip to content

when disabled the jetpack_ai_enabled filter does not remove AI from the overview page #45650

@wpexplorer

Description

@wpexplorer

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":

Image

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 triaged[Plugin] JetpackIssues 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 intended

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions