diff --git a/includes/classes/Feature/DidYouMean/DidYouMean.php b/includes/classes/Feature/DidYouMean/DidYouMean.php index 86f4f9b154..00228d1c19 100644 --- a/includes/classes/Feature/DidYouMean/DidYouMean.php +++ b/includes/classes/Feature/DidYouMean/DidYouMean.php @@ -25,6 +25,8 @@ public function __construct() { $this->summary = __( 'Recommend alternative search terms for misspelled queries or terms with no results.', 'elasticpress' ); + $this->docs_url = __( 'https://elasticpress.zendesk.com/hc/en-us/articles/16673223107085-Did-You-Mean', 'elasticpress' ); + $this->requires_install_reindex = true; $this->available_during_installation = true;