Skip to content

Instantly share code, notes, and snippets.

@rmccue
Created July 13, 2014 03:33
Embed
What would you like to do?
<?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