Advertisement
BinPaste

main plugin file

Nov 17th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2. /**
  3.  * Plugin Name: Test
  4.  * Description: Example Plugin
  5.  */
  6. require_once(dirname(__FILE__).'/Test.class.php');
  7. $test = new Test();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement