/boilerplate-elementor-extension

Boilerplate code for creating a new Elementor extension.

Primary LanguagePHP

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

  1. Search and replace boilerplate-elementor-extension with the text-domain of your custom extension.
  2. Ensure the plugin folder name matches the text-domain
  3. Ensure the boilerplate-elementor-extension.php is renamed to match the text-domain
  4. Use the hello-world.php as an example for a basic widget

Reference Materials