lassespilling / boilerplate-elementor-extension

Boilerplate code for creating a new Elementor extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Boilerplate code for creating a new Elementor extension.


Languages

Language:PHP 99.5%Language:CSS 0.5%