Elementor Project Slider Widget
User Assistant You can add a taxonomy selection control to your Elementor widget by modifying the `register_controls()` method. Here’s how you can add an option to choose the taxonomy (`leistung`) for filtering `projekte`: ### Updated Code: <?php class Elementor_ProjectSliderWidget_Widget extends ElementorWidget_Base { public function get_name() { return 'project_slider'; } public function get_title() { return esc_html__( […]