Created
December 19, 2013 20:45
-
-
Save eduardozulian/8045978 to your computer and use it in GitHub Desktop.
WordPress plugin initialization
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 | |
/* | |
Plugin Name: | |
Plugin URI: | |
Description: | |
Version: 0.1 | |
Author: Eduardo Zulian | |
Author URI: | |
License: GNU General Public License v2 or later | |
License URI: http://www.gnu.org/licenses/gpl-2.0.html | |
Text Domain: | |
Domain Path: /languages | |
*/ | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment