Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
552
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2. /*
  3. * Plugin Name: the time
  4. */
  5.  
  6. function theTime(){
  7.     echo time();
  8. }
  9. add_shortcode('thetime', 'theTime');
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement