Skip to content

Instantly share code, notes, and snippets.

@JayWood
Created January 12, 2015 16:43
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 JayWood/8a125278c715f640f383 to your computer and use it in GitHub Desktop.
Save JayWood/8a125278c715f640f383 to your computer and use it in GitHub Desktop.
<?php
/*
Plugin Name: WebDev AJAX
Plugin URI: http://#
Description: Quick AJAX Tutorial
Version: 0.1a
Author: Anonymous
Author URI: http://#
*/
class WebDev {
function hooks(){
}
function handle_ajax(){
}
}
$web_dev_plugin = new WebDev();
$web_dev_plugin->hooks();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment