Last active
September 21, 2023 18:59
-
-
Save afragen/5366d3c9be9ba95b26545ca7105a9474 to your computer and use it in GitHub Desktop.
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 | |
/** | |
* Plugin Name: RAU Edge Case 2 - Defining Function in main plugin file. | |
* Description: Defining class 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/5366d3c9be9ba95b26545ca7105a9474 | |
*/ | |
function my_test_case() {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment