Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dustinleer
Created February 3, 2022 20:39
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 dustinleer/d1a0faa099cb7a25faca7641eb5a5921 to your computer and use it in GitHub Desktop.
Save dustinleer/d1a0faa099cb7a25faca7641eb5a5921 to your computer and use it in GitHub Desktop.
Start a WP plugin
<?php
/**
* Plugin Name:
* Plugin URI :
* Description:
* Version: 1.0.0
* Author: Inverse Paradox
* Author URI: https://inverseparadox.com
* Text Domain:
* Domain Path: /languages
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment