Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

my title

// Register oEmbed providers
function custom_oembed_provider() {

	wp_oembed_add_provider( 'https://streamelements.com/overlay/6151c0c8ca6a096743c18dc0/lJA2_aryKdz45SViTe9Fsyv1EPRS_x07mO0hssCxNoWT5XIt', '', false );

}
add_action( 'init', 'custom_oembed_provider' );