The basic code needed to create a custom elementor extension plugin with a single Hello World elementor widget.
- Search and replace
boilerplate-elementor-extension
with the text-domain of your custom extension. - Ensure the plugin folder name matches the text-domain
- Ensure the
boilerplate-elementor-extension.php
is renamed to match the text-domain - Use the
hello-world.php
as an example for a basic widget