Shortcodes Generator April 4, 2017 Public simona harfoush Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone shortcode test for my project // Add Shortcode function custom_shortcode() { } add_shortcode( '', 'custom_shortcode' );