Skip to content

Instantly share code, notes, and snippets.

@mor10
Created July 14, 2016 18:12
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 mor10/9eb4644e2ddb347f52bd8d33a820fa80 to your computer and use it in GitHub Desktop.
Save mor10/9eb4644e2ddb347f52bd8d33a820fa80 to your computer and use it in GitHub Desktop.
Create a basic WordPress plugin
<?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