Shortcodes Generator November 11, 2017 Public jay maurya Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Demo This is simple shortcode // Add Shortcode function custom_shortcode() { } add_shortcode( '', 'custom_shortcode' );