Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Shortcode – Custom Audio Player

// Add Shortcode
function custom_shortcode() {

	echo "hello"

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