Shortcodes Generator October 28, 2019 Public parker brown Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone test // Add Shortcode function custom_shortcode() { } add_shortcode( 'test', 'custom_shortcode' );