Last active
October 13, 2024 12:06
-
-
Save emre-edu-tech/af72a0b974326396d6251bd772417001 to your computer and use it in GitHub Desktop.
Main plugin file description or settings for Wordpress to recognize our plugin.
This file contains 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 | |
/** | |
* @package MPonsCustomPlugin | |
*/ | |
/* | |
Plugin Name: MPons Custom Plugin | |
Plugin URI: https://mediapons.de | |
Description: This is an example plugin to practice WordPress Plugin Development. | |
Version: 1.0.0 | |
Author: Media Pons | |
Author URI: https://mediapons.de | |
License: GPLv2 or later | |
Text Domain: mpons-custom-plugin | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment