Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*
- * Plugin Name: the time
- */
- function theTime(){
- echo time();
- }
- add_shortcode('thetime', 'theTime');
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement