Last active
January 31, 2024 10:42
-
-
Save alanef/87d367877dd9ad228606ecc0e9fc732a 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: My Custom Code Snippets | |
| * Description: Change the description and version as needed | |
| * Version: 1.0 | |
| */ | |
| // just a check to make sure no hacker tries this file | |
| if ( ! defined('ABSPATH') ) { | |
| die(); | |
| } | |
| /** | |
| * Add all you custom code after here, if you are adding a snippet from somewhere else | |
| * remove the opening <?php if there is one | |
| */ | |
| /** | |
| /* the end | |
| /** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment