Last active
February 23, 2025 16:48
-
-
Save cloudinstone/edd5cf68839b1cb9cce6474d885b5297 to your computer and use it in GitHub Desktop.
WordPress Plugin Header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* (dp) PLUGIN_NAME | |
* | |
* @package DressPress\PLUGIN_NAME | |
* @author DressPress | |
* @copyright DressPress | |
* @license GPL-2.0-or-later | |
* | |
* @wordpress-plugin | |
* Plugin Name: (dp) PLUGIN_NAME | |
* Plugin URI: https://dresspress.org/plugins/dp-{plugin_name} | |
* Description: PLUGIN_NAME for WordPress. | |
* Version: 1.0.0 | |
* Requires at least: 6.0 | |
* Requires PHP: 8.0 | |
* Author: DressPress | |
* Author URI: https://dresspress.org | |
* Text Domain: dp-{plugin_name} | |
* License: GPL v2 or later | |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt | |
* Update URI: https://dresspress.org/plugins/dp-{plugin_name} | |
* Requires Plugins: | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment