add_shortcode("pdf", "test_process_shortcode"); function test_process_shortcode(){ return "Hello world!"; }