elementor/elementor

WP Widget args

IronLady opened this issue · 2 comments

Is there a way to customize the WP Widget markup?
I saw

$empty_widget_args = [
			'widget_id' => $this->get_name(),
			'before_widget' => '',
			'after_widget' => '',
			'before_title' => '<h5>',
			'after_title' => '</h5>',
		];

$this->get_widget_instance()->widget( $empty_widget_args, $this->get_settings( 'wp' ) );

But there is no filter there.

@IronLady Thanks

@KingYes Thank you for this