Submit
Path:
~
/
home
/
getwphos
/
www
/
twinkletown
/
wp-content
/
plugins
/
wgl-extensions
/
includes
/
elementor
/
modules
/
File Content:
wgl-icons-library.php
<?php namespace WGL_Extensions\Modules; defined('ABSPATH') || exit; use WGL_Extensions\{ Includes\WGL_Elementor_Helper, WGL_Framework_Global_Variables }; /** * WGL Elementor Custom Icon Control * * * @package wgl-extensions\includes\elementor * @author WebGeniusLab <webgeniuslab@gmail.com> * @since 1.0.0 */ class WGL_Icons_Library { public function __construct() { add_filter('elementor/icons_manager/additional_tabs', [$this, 'extended_icons_library']); } public function extended_icons_library() { return [ 'wgl_icons' => [ 'name' => 'wgl_icons', 'label' => esc_html__('WGL Icons Library', 'wgl-extensions'), 'prefix' => apply_filters('wgl_ext_icons', 'flaticon') . '-', 'displayPrefix' => apply_filters('wgl_ext_icons', 'flaticon'), 'labelIcon' => apply_filters('wgl_ext_icons', 'flaticon'), 'icons' => WGL_Elementor_Helper::get_instance()->get_wgl_icons(), 'native' => true, ] ]; } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
wgl-icons-library.php
1094 bytes
0644
wgl-section.php
173882 bytes
0644
N4ST4R_ID | Naxtarrr