Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/blueversion/wp-content/plugins/custom-elementor-icons/ |
Upload File : |
<?php
/**
* Plugin Name: Custom Elementor Icons
* Plugin URI: https://wordpress.org/plugins/custom-elementor-icons/
* Description: Custom Elementor Icons is a free WordPress plugin allowing its users to upload unlimited custom icons to their websites.
* Author: StylemixThemes
* Author URI: https://stylemixthemes.com/
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: custom-elementor-icons
* Version: 1.0.5
*/
if ( ! defined( 'ABSPATH' ) ) exit;
define( 'CEI_VERSION', '1.0.5' );
define( 'CEI_FILE', __FILE__ );
define( 'CEI_PATH', dirname( CEI_FILE ) );
define( 'CEI_INCLUDES_PATH', CEI_PATH . '/includes/' );
define( 'CEI_CLASSES_PATH', CEI_INCLUDES_PATH . 'classes/' );
define( 'CEI_URL', plugin_dir_url( CEI_FILE ) );
require_once( CEI_INCLUDES_PATH . '/autoload.php' );
if ( is_admin() ) {
require_once CEI_INCLUDES_PATH . '/item-announcements.php';
}