Elementor: How to override any existing widget?

Created on 10 Aug 2017  路  3Comments  路  Source: elementor/elementor

Description

I did not find any solution for override an existing widget. For example: I want to add sub heading in Heading widget but i can't find any doc how i do that?

Steps to reproduce

Nothing here for reproduce

Environment

WordPress 4.8.1 + Elementor 1.6.3 Free Version

typdeveloper-api

Most helpful comment

Hi @KingYes
How to unregister the Elementor widget from my theme?

Thanks

All 3 comments

Just create new widget (class extends) and override what you need with OOP method.

After that, unregister our widget, and register your new one.

Hi @KingYes
How to unregister the Elementor widget from my theme?

Thanks

@KingYes But How to unregister the Elementor widget ?

Was this page helpful?
0 / 5 - 0 ratings