Shortcodes Generator September 17, 2019 Public Wael Alghamdi Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Test // Add Shortcode function custom_shortcode() { <h1>OK 2019</h1> } add_shortcode( '', 'custom_shortcode' );