Skip to content

Instantly share code, notes, and snippets.

@lightningspirit
Last active May 24, 2023 10: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 lightningspirit/4619cb99fcb662b390d9596df1479d41 to your computer and use it in GitHub Desktop.
Save lightningspirit/4619cb99fcb662b390d9596df1479d41 to your computer and use it in GitHub Desktop.
WordPress Custom Plugin - Can be used to add any code using the online editor
<?php
/**
* Plugin Name: Custom
* Plugin URI: https://gist.github.com/lightningspirit/4619cb99fcb662b390d9596df1479d41
* Description: Custom code for everybody
* Author: Move Your Digital
* Author URI: https://moveyourdigital.com
* Version: 1.0.0
*
* @package WP_Custom_Plugin
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment