Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
// WordPress Shortcode for Lead Gen Agent Chatbot
function add_lead_gen_agent_shortcode() {
return '
';
}
add_shortcode('lead_gen_agent', 'add_lead_gen_agent_shortcode');