diff --git a/projects/plugins/jetpack/changelog/update-jetpack-ai-enable-feedback b/projects/plugins/jetpack/changelog/update-jetpack-ai-enable-feedback new file mode 100644 index 0000000000000..75be9179cedb6 --- /dev/null +++ b/projects/plugins/jetpack/changelog/update-jetpack-ai-enable-feedback @@ -0,0 +1,4 @@ +Significance: patch +Type: other + +Jetpack AI: Enable ratings feedback thumbs for all diff --git a/projects/plugins/jetpack/extensions/blocks/ai-assistant/ai-assistant.php b/projects/plugins/jetpack/extensions/blocks/ai-assistant/ai-assistant.php index e2b4812a95957..6bcbe8b55e864 100644 --- a/projects/plugins/jetpack/extensions/blocks/ai-assistant/ai-assistant.php +++ b/projects/plugins/jetpack/extensions/blocks/ai-assistant/ai-assistant.php @@ -219,7 +219,7 @@ function () { 'jetpack_register_gutenberg_extensions', function () { if ( apply_filters( 'jetpack_ai_enabled', true ) && - apply_filters( 'ai_response_feedback_enabled', false ) + apply_filters( 'ai_response_feedback_enabled', true ) ) { \Jetpack_Gutenberg::set_extension_available( 'ai-response-feedback' ); }