Skip to content

Commit

Permalink
Header Comments: Add "Requires Plugins" (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-elementor authored Mar 16, 2024
1 parent 3f79d9b commit ec1ae24
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/addons/plugin-header.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ To get started, we will use some very basic fields at the top of the main file:
```php
<?php
/**
* Plugin Name: Elementor Test Addon
* Description: Custom Elementor addon.
* Plugin URI: https://elementor.com/
* Version: 1.0.0
* Author: Elementor Developer
* Author URI: https://developers.elementor.com/
* Text Domain: elementor-test-addon
* Plugin Name: Elementor Test Addon
* Description: Custom Elementor addon.
* Plugin URI: https://elementor.com/
* Version: 1.0.0
* Author: Elementor Developer
* Author URI: https://developers.elementor.com/
* Text Domain: elementor-test-addon
* Requires Plugins: elementor
*/
```

Expand Down

0 comments on commit ec1ae24

Please sign in to comment.