Created
December 11, 2014 20:52
-
-
Save drrobotnik/494f1db1e64562c6e5f5 to your computer and use it in GitHub Desktop.
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: Caava | |
Plugin URI: http://www.caavadesign.com/ | |
Description: Moo | |
Version: 0.0.1 | |
Author: Brandon Lavigne | |
*/ | |
add_action( 'plugin_autoloader', 'Caava\Common' ); | |
add_action( 'plugin_autoloader', 'Caava\Image' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment