function enqueue_superflow() { wp_enqueue_script('superflow'); // Add apiKey as a window-level variable add_action('wp_footer', 'add_superflow_api_key_script'); function add_superflow_api_key_script() { $apiKey = 'syh7w55LM2dURAgOHUe1'; echo ''; } // Register the script wp_register_script('superflow', 'https://cdn.jsdelivr.net/npm/@snippyly/plugin/snippyly.min.js', array(), null, true); // Add 'type' attribute with value 'module' to the script tag add_filter('script_loader_tag', 'add_superflow_script', 10, 3); function add_superflow_script($tag, $handle, $src) { if ('superflow' === $handle) { $tag = ''; } return $tag; } // Enqueue the registered script wp_enqueue_script('superflow'); } add_action('wp_enqueue_scripts', 'enqueue_superflow'); Test – Chana

Test

Completed Projects

Joe Reed

Front-end Developer

Sarah Joe

Illustrator

Paul Shawn

Web Designer

Toggle title

Toggle content goes here, click edit button to change this text.

Toggle title

Toggle content goes here, click edit button to change this text.

CUSTOM WIDTH

I am message box. Click edit button to change this text.

Hey! I am first heading line feel free to change me

I am promo text. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.