Skip to content

Instantly share code, notes, and snippets.

@alanef
Last active January 31, 2024 10:42
Show Gist options
  • Select an option

  • Save alanef/87d367877dd9ad228606ecc0e9fc732a to your computer and use it in GitHub Desktop.

Select an option

Save alanef/87d367877dd9ad228606ecc0e9fc732a to your computer and use it in GitHub Desktop.
<?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