Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. /*
  3. Plugin Name: Test plugin
  4. Description: A test plugin to demonstrate wordpress functionality
  5. Author: Simon Lissack
  6. Version: 0.1
  7. */
  8.     echo "<h1>Hello world!</h1>";
  9.  
  10. ?>