Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Test 1

Test

// Add Shortcode
function custom_shortcode( $atts , $content = null ) {

}
add_shortcode( 'test_shortcode', 'custom_shortcode' );