Advertisement
Guest User

add_shortcode

a guest
Jul 28th, 2014
22,302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. add_shortcode("pdf", "test_process_shortcode");
  2.  
  3. function test_process_shortcode(){
  4.     return "<span style='color:blue;'>Hello world!</span>";
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement