Shortcodes Generator August 25, 2017 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Shortcode Custom Function // Add Shortcode function custom_shortcode() { } add_shortcode( '', 'custom_shortcode' );