Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. if(!function_exists('exl_rand')):
  2. function exl_rand($atts,$content = null){ return rand(); }
  3. add_shortcode('exl_rand','exl_rand');
  4. endif;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement