Shortcodes Generator October 6, 2016 Public Somnath Jadhav Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone My Shortcode // Add Shortcode function myshortcode_shortcode() { } add_shortcode( 'myshorcode', 'myshortcode_shortcode' );