Created
February 3, 2022 20:39
-
-
Save dustinleer/d1a0faa099cb7a25faca7641eb5a5921 to your computer and use it in GitHub Desktop.
Start a WP plugin
This file contains 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 | |
/** | |
* Plugin Name: | |
* Plugin URI : | |
* Description: | |
* Version: 1.0.0 | |
* Author: Inverse Paradox | |
* Author URI: https://inverseparadox.com | |
* Text Domain: | |
* Domain Path: /languages | |
*/ | |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment