mcarnazzo
Forum Replies Created
-
Forum: Plugins
In reply to: [Filter Everything — WordPress & WooCommerce Filters] Limit number of filtersThank you. For other users: I mitigated the problem though Apache configuration:
RewriteEngine onRewriteCond %{REQUEST_URI} (?:-and-.?){4,} [NC]RewriteRule . - [R=404,L]Not so clean but it works.
Thank you! 🙂Thank you! I already considered a review 😉 😉 😉
Thank you! It works like a charm!
I see that you post a new issue. I created also a pull request.
Thank you @anticosti but it doesn’t work.
It doesn’t work for the same reason: Search Exclude Plugin uses my same hook (
pre_get_posts) but Better Search Plugin intervenes later (usingposts_wherehook) and reset every otherwherequery clauses :/ .Forum: Plugins
In reply to: [Nexi XPay] Segnalazione “Notice: Undefined index”Segnalo lo stesso problema con l’ultima versione del plugin (3.3.0), di WooCommerce (3.4.5) e di WordPress (4.9.8).
Di fatto il sito diventa inutilizzabile con il plugin attivo e il debug attivo e ciò rende impossibile sviluppare.
Potrei sbagliarmi ma la soluzione per gli sviluppatori del plugin sarebbe relativamente semplice: invece di chiamare la get_option di wp-gateway, dovrebbe chiamare una versione personalizzata safe che, prima di chiedere un option, controlli che quella option esista.
Vedi https://wordpress.stackexchange.com/questions/254912/undefined-index-get-option