Hubspot function hubspot_form_shortcode($atts) { $html = ' '; return $html; } add_shortcode('hubspot_form', 'hubspot_form_shortcode');