Advertisement
Guest User

test-core.php

a guest
Jun 19th, 2014
189,586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  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. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement