Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. add_shortcode("pdf", "test_process_shortcode");
  2.  
  3. function test_process_shortcode(){
  4.     return "<span style='color:blue;'>Hello world!</span>";
  5. }