Shortcodes Generator July 10, 2020 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Quicktip Shortcode // Add Shortcode function custom_shortcode() { } add_shortcode( 'quicktip', 'custom_shortcode' );