• DONATE to NULLED!
    Вы можете помочь Форуму и команде, поддержать финансово.
    starwanderer - модератор этого раздела будет Вам благодарен!

Плагин Relevanssi Premium — Лучший поиск

В woocommerce 4.4.1 возникла ошибка, которая ломает выдачу (работает только ajax). Для исправления нужно добавить код ниже в functions.php вашей темы

add_action( 'woocommerce_before_shop_loop', 'relevanssi_wc_reset_loop' );
function relevanssi_wc_reset_loop() {
global $wp_query;
if ( $wp_query->is_search ) {
wc_reset_loop();
}
}
 
можно новую версию плагина, а то в новой версии wp фаталку вызывает?
 
Есть у кого более-менее свежая версия? Или может посоветуете что-то интереснее вместо этого плагина...
 
Relevanssi Premium v2.24.3 - The WordPress Search Plugin You Need Nulled Free
= v2.24.3 =

* Security fix: Relevanssi had a vulnerability for SQL injections. Exploiting the vulnerability does require WP admin access. This vulnerability is now fixed.
* Security fix: Relevanssi had a vulnerability for error log injections. Exploiting this vulnerability requires file upload access to the site. This vulnerability is now fixed.
* New feature: New filter hook 'relevanssi_get_attachment_posts_query_final' filters the final SQL query for attachment post fetching.
* Changed behaviour: Relevanssi now skips attachments with 'Server did not respond' errors when reading attachments. This should help with problems coming from attachments that are too big read.
* Minor fix: Improved server timeout error handling for attachment reading.
* Minor fix: Relevanssi didn't strip tags from custom field specific excerpts, and could show zero-hit excerpts for the content.
* Minor fix: Multisite search failed when the search term resolved to nothing in the tokenizer.

 
Последнее редактирование модератором:
Relevanssi Premium v2.25.1 - The WordPress Search Plugin You Need Nulled Free
= v2.25.1 =

Скрытое содержимое доступно для зарегистрированных пользователей!



Из открытого источника
 
Назад
Сверху