Last active
August 3, 2023 19:27
-
-
Save afragen/89cb21b5de301b28e65ceb56d264659a to your computer and use it in GitHub Desktop.
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: RAU Edge Case - Defining Constants in main plugin file. | |
* Description: Defining Constants in main plugin file. | |
* Version: 0.1.0 | |
* Author: Andy Fragen | |
* License: MIT | |
* Requires at least: 6.2 | |
* Requires PHP: 7.1 | |
* Gist Plugin URI: https://gist.github.com/afragen/89cb21b5de301b28e65ceb56d264659a | |
*/ | |
define( 'MY_EDGE_CASE_CONSTANT', true ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment