Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

INFO: Possible hard-coded links were found in the file inc/vc-extend.php.

// Add Shortcode
function custom_shortcode() {

	// Code
INFO: Possible hard-coded links were found in the file inc/vc-extend.php.
}
add_shortcode( '', 'custom_shortcode' );