Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 705 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 705 Bytes

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