Skip to content

Instantly share code, notes, and snippets.

@cloudinstone
Last active February 23, 2025 16:48
Show Gist options
  • Save cloudinstone/edd5cf68839b1cb9cce6474d885b5297 to your computer and use it in GitHub Desktop.
Save cloudinstone/edd5cf68839b1cb9cce6474d885b5297 to your computer and use it in GitHub Desktop.
WordPress Plugin Header
<?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