elementor / elementor

The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.

Home Page:https://elementor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WP Widget args

IronLady opened this issue · 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.

@KingYes Thank you for this