Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

5

45

// Add Shortcode
function custom_shortcode() {
}
add_shortcode( '', 'custom_shortcode' );