Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

OE Inbound Phone

Create a plugin to handle inbound phone functionality

// Add Shortcode
function custom_shortcode() {

}
add_shortcode( '', 'custom_shortcode' );