robotstxt-documentation-mar.../vendor/eduardovillao/wp-since/tests/fixtures/plugin-with-readme-only/plugin-with-readme-only.php
2026-01-30 18:51:40 +00:00

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
*/