Shortcodes Generator February 13, 2019 Public Larysa Kolot Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone add_shortcode () // Add Shortcode function custom_shortcode() { } add_shortcode( '', 'custom_shortcode' );