Shortcodes Generator March 14, 2014 Public kubilay çağrı yıldırım Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone t t // Add Shortcode function fonk() { // Code echo "lorem"; } add_shortcode( 'test', 'fonk' );