Shortcodes Generator August 18, 2018 Public Igor Pavlovic Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Test kode dasdsad // Add Shortcode function custom_shortcode() { } add_shortcode( 'Test', 'custom_shortcode' );