Shortcodes Generator August 14, 2019 Public Monica Emerson Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Add Shortcode // Add Shortcode function custom_shortcode() { } add_shortcode( '', 'custom_shortcode' );