Skip to content

Commit

Permalink
Private sites: Disable Jetpack AI (#4984)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum authored Nov 3, 2023
1 parent 295537a commit c9dbd4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions security/class-private-sites.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ public function init() {

$this->disable_core_feeds();
$this->block_unnecessary_access();

add_filter( 'jetpack_ai_enabled', '__return_false' );
}

/**
Expand Down

0 comments on commit c9dbd4f

Please sign in to comment.