Shortcodes Generator August 15, 2018 Public Katya Lee Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Basic shortcode // Add Shortcode function custom_shortcode() { } add_shortcode( '', 'custom_shortcode' );