BakkerHenk

Results 3 comments of BakkerHenk

It was only after changing the language setting that I figured out the Key was wrong. In my language the error was "Wrong code" which lead me down the wrong...

If you have a Query ID set, you should be able to manipulate the query arguments using: $args = apply_filters("elementor/loop_taxonomy/args", $this->get_additional_allowed_args( $args, $display_settings ), $settings, $display_settings, ); I needed a...

Same issue here. Coupons were added to the order in all caps and all show a discount of 0. After manually running ``$order->recalculate_coupons();`` on an order, I noticed that copies...