Created
July 14, 2016 18:12
-
-
Save mor10/9eb4644e2ddb347f52bd8d33a820fa80 to your computer and use it in GitHub Desktop.
Create a basic WordPress plugin
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: WPCampus Functionality | |
Plugin URI: https://2016.wpcampus.org/schedule/wordpress-masterclass/ | |
Description: Adds custom post types and taxonomies | |
Version: 1.0.0 | |
Author: Morten Rand-Hendriksen | |
Author URI: https://lynda.com/mor10 | |
License: GPL2 | |
License URI: https://www.gnu.org/licenses/gpl-2.0.html | |
Domain Path: /languages | |
Text Domain: wpcampus-cpt | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment