Shortcodes Generator June 10, 2017 Public KArl Hansen Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone config.php config.php // Add Shortcode function custom_shortcode() { } add_shortcode( '', 'custom_shortcode' );