Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

custom shortcode

// Add Shortcode
function custom_shortcode() {
}
add_shortcode( ”, ‘custom_shortcode’ );

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