Skip to content

Commit

Permalink
Merge pull request #2500 from 10up/chore/add-link-to-proxy
Browse files Browse the repository at this point in the history
Instant Results: Add link to the PHP proxy
  • Loading branch information
felipeelia authored Dec 7, 2021
2 parents 8582df6 + 4061104 commit a7b1a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/Feature/InstantResults/InstantResults.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public function requirements_status() {
$status->code = 1;
$status->message[] = esc_html__( 'You are using a custom proxy. Make sure you implement all security measures needed.', 'elasticpress' );
} else {
$status->message[] = wp_kses_post( __( "To use this feature you need to be an <a href='https://elasticpress.io'>ElasticPress.io</a> customer or implement a custom proxy.", 'elasticpress' ) );
$status->message[] = wp_kses_post( __( "To use this feature you need to be an <a href='https://elasticpress.io'>ElasticPress.io</a> customer or implement a <a href='https://github.com/10up/elasticpress-proxy'>custom proxy</a>.", 'elasticpress' ) );
}

return $status;
Expand Down

0 comments on commit a7b1a0e

Please sign in to comment.