WPDevelopers / essential-addons-for-elementor-lite

Essential Addons for Elementor. Ultimate elements library for Elementor.
https://essential-addons.com/elementor/
43 stars 41 forks source link

fix duplicate tax_query arg #762

Open rgarofalo opened 4 months ago

rgarofalo commented 4 months ago

Hi,

in the get_dynamic_args function there are two identical checks for $data->taxonomy. Furthermore, the filter for tax already defined in wp_query is never taken into consideration.

R.