Skip to content

Instantly share code, notes, and snippets.

@dustinleer
Created February 3, 2022 20:39
Embed
What would you like to do?
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