Last active
May 24, 2023 10:48
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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