✨ Introduce bot v2 in builder (#328)
Also, the new engine is the default for updated typebots for viewer Closes #211
This commit is contained in:
@ -50,7 +50,7 @@ class Typebot
|
||||
private function define_public_hooks()
|
||||
{
|
||||
$plugin_public = new Typebot_Public($this->get_plugin_name(), $this->get_version());
|
||||
$this->loader->add_action('wp_head', $plugin_public, 'add_head_code');
|
||||
$this->loader->add_action('wp_enqueue_scripts', $plugin_public, 'add_head_code');
|
||||
$this->loader->add_shortcode('typebot', $plugin_public, 'add_typebot_container');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user