If your website connects to the outside world with a proxy and you’re having trouble getting access to Relevanssi Premium updates, there may be a problem with the proxy. In this case, you’d have a perfectly valid API key set up, but WordPress still says your Relevanssi license is not valid. This problem is usually...
Source
If your website connects to the outside world with a proxy and you’re having trouble getting access to Relevanssi Premium updates, there may be a problem with the proxy. In this case, you’d have a perfectly valid API key set up, but WordPress still says your Relevanssi license is not valid.
This problem is usually related to server-side caching and sorts itself out in a couple of days, but if it’s a proxy problem, here’s a code snippet that may help:
add_filter( 'pre_http_send_through_proxy', function( $override, $uri, $check ) {
if ( strpos( $uri, 'www.relevanssi.com' ) !== false ) {
return true;
}
return $override;
}, 10, 3 );
Not logged in. Log in to see your license details.
The easiest way to debug indexing problems is to use the WP CLI tools available in Relevanssi Premium. To see…
Modern search is about accessibility and speed. Relevanssi now includes a Voice Search feature that allows your visitors to search…
Currently there are no related posts available.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Showing related posts from the same category | 0 | 8.2 | 23-08-2026 |
| 2 | AVG Secure VPN Proxy & Privacy 3.1.6681 by AVG Mobile | 0 | 13.19 | 18-12-2025 |
| 3 | AVG Secure VPN Proxy & Privacy 3.1.6679 by AVG Mobile | 0 | 13.19 | 19-11-2025 |
| 4 | AVG Secure VPN Proxy & Privacy 3.2.6686 by AVG Mobile | 0 | 13.19 | 08-04-2026 |
| 5 | WordPress Core Security Update – 7.0.2/6.9.5 | 0 | 30 | 18-07-2026 |
| 6 | After revolution slider update - not working on different languages | 0 | 7 | 13-07-2026 |
| 7 | Updates on July 7, 2026 | 0 | 31.84 | 02-07-2026 |
| 8 | Reply To: Customization Changes Are Not Applying Consistently on My Website | 0 | 10 | 07-08-2026 |
| 9 | Уязвимости в WordPress, позволяющие удалённо выполнить код на сервере | 0 | 12.59 | 22-07-2026 |