Skip to content

Instantly share code, notes, and snippets.

@TaylorJadin
Created October 21, 2022 16:48
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 TaylorJadin/d5ad933b2a4f232c776c2cd0cae3ee51 to your computer and use it in GitHub Desktop.
Save TaylorJadin/d5ad933b2a4f232c776c2cd0cae3ee51 to your computer and use it in GitHub Desktop.
WordPress Plugin starter
<?php
/**
* Plugin Name: My neato plugin
* Plugin URI: https://github.com/TaylorJadin/tiny-wordpress-plugins
* Description: This plugin does things, probably.
* Version: 1.0
* Author: Taylor Jadin
* Author URI: https://jadin.me/
**/
defined( 'ABSPATH' ) or die ( 'No script kiddies please!' );
/* STUFF Goes here */
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment