Shortcodes Generator October 31, 2019 Public ankit patidar Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone ankit hello // Add Shortcode function custom_shortcode() { } add_shortcode( 'music', 'custom_shortcode' );