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