boilerplate-elementor-extension
boilerplate-elementor-extension copied to clipboard
Boilerplate code for creating a new Elementor extension.
Boilerplate Elementor Extension
The basic code needed to create a custom elementor extension plugin with a single Hello World elementor widget.
To Customize For Your Needs
- Search and replace
boilerplate-elementor-extensionwith the text-domain of your custom extension. - Ensure the plugin folder name matches the text-domain
- Ensure the
boilerplate-elementor-extension.phpis renamed to match the text-domain - Use the
hello-world.phpas an example for a basic widget