15 lines
356 B
PHP
15 lines
356 B
PHP
<?php
|
|
|
|
/**
|
|
* Plugin Name: My plugin
|
|
* Plugin URI: https://myddelivery.com/
|
|
* Description: Simple test plugin.
|
|
* Author: EduardoVillao.me
|
|
* Author URI: https://eduardovillao.me/
|
|
* Version: 1.0
|
|
* Requires PHP: 7.4
|
|
* Text Domain: test-plugin
|
|
* Domain Path: /languages
|
|
* License: GPL-2.0+
|
|
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
|
|
*/
|