Skip to content

Instantly share code, notes, and snippets.

@afragen
Last active September 21, 2023 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afragen/775d9627e4578ba286817a5dceb92807 to your computer and use it in GitHub Desktop.
Save afragen/775d9627e4578ba286817a5dceb92807 to your computer and use it in GitHub Desktop.
<?php
/**
* Plugin Name: RAU Edge Case - 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/775d9627e4578ba286817a5dceb92807
*/
function my_test_case() {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment