Skip to content

Instantly share code, notes, and snippets.

@rmccue
Created July 13, 2014 03:33
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 rmccue/7a38cee4ce11a9c514fe to your computer and use it in GitHub Desktop.
Save rmccue/7a38cee4ce11a9c514fe to your computer and use it in GitHub Desktop.
<?php
/**
* Plugin Name: Testing
* Description: Plugin to test out Courier syntax
*/
if ( ! \Courier\plugin_requires( 'json-rest-api~1.2' ) ) {
return;
}
add_action( 'init', function () {
echo 'loaded testing!';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment