/
home
/
techb158
/
l2hypotheques.com
/
wp-content
/
plugins
/
pyloncore
/
elementor
/
/home/techb158/l2hypotheques.com/wp-content/plugins/pyloncore/elementor
mkdir
upload
Name
Size
Mode
Actions
assets/
-
0755
rm
widgets/
-
0755
rm
custom-elements.php
11232
0644
edit
dl
rm
icons.php
4839
0644
edit
dl
rm
Edit:
/home/techb158/l2hypotheques.com/wp-content/plugins/pyloncore/elementor/icons.php
(4839B)
<?php /** * Adding custom icon to icon control in Elementor */ function pylon_icons_library( $tabs = array() ) { // Append new icons $new_icons = array( 'telephone', 'call-center', 'online-payment', 'buying', 'internet', 'investment', 'strategy', 'finance', 'verification', 'assets', 'point-of-sale', 'consumer-behavior', 'left-arrow', 'right-arrow', 'tech-support', 'clock2', 'email1', 'magnifying-glass', ); $new_icons2 = array( 'loan', 'growth', 'income', 'loan-1', 'car', 'money-bag', 'mortgage', 'pound', 'saving-money', 'calculator', 'loan-2', 'money-bag-1', 'briefcase', 'loan-3', 'salary', 'credit-card', 'book', 'payment-day', 'loan-4', 'contract', 'mortgage-1', 'property', 'trophy', 'insurance', 'insurance-1', 'online-banking', 'peer-to-peer', 'real-estate', 'pos', 'bank', 'rate', 'wallet', 'interest', 'calendar', 'contract-1', 'contract-2', 'discount-tag', 'car-1', 'give-money', 'mortgage-2', 'real-estate-1', 'cost', 'agreement', 'atm', 'processing', 'loan-5', 'property-1', 'dollar', 'document', 'insurance-2', 'globe', 'value', 'loan-6', 'piggy-bank', 'coin', 'loan-7', 'business-and-finance', 'shed', 'value-1', 'house', 'invoice', 'agent', 'insurance-3', 'payment', 'money', 'sale', 'talk', 'business-and-finance-1', 'loan-8', 'sale-1', 'real-estate-2', 'air-hot-balloon', 'mail', 'save', 'give', 'opportunities', 'piggy-bank-1', 'online-payment', 'growth-1', 'piggy-bank-2', 'protect', 'payment-1', 'discussion', 'save-money', 'suitcase', 'diagram', 'loan-9', 'contract-3', 'lending', 'credit-card-1', 'wallet-1', 'debit-card', 'credit-card-2', 'credit-card-3', 'salary-1', 'mobile-phone', 'get-money', 'online-money', 'invoice-1', 'credit-card-4', 'credit-card-5', 'loan-10', 'car-loan', ); $new_icons3 = array( 'at-sign', 'check-circle', 'clock', 'map-pin', 'money-tree', 'paper-plane', 'phone', 'search', 'trophy', 'star', 'arrow-right', 'arrow-left', 'arrow-up', 'arrow-down', 'arrow-right-2', 'arrow-left-2', 'calender', 'clock1', 'qoute-1', 'qoute-2', 'email', 'map-pin1', 'phone1', ); $tabs['my-custom-icons'] = array( 'name' => 'pylon-icons', 'label' => esc_html__( 'Pylon Icons', 'pyloncore' ), 'labelIcon' => 'eicon-nerd-chuckle', 'prefix' => 'pylon-icon-', 'displayPrefix' => 'pylon-icon', 'url' => get_theme_file_uri( 'assets/css/pylon-icons.css' ), 'icons' => $new_icons, 'ver' => '1.0.0', ); $tabs['pylon-flaticon'] = array( 'name' => 'flaticon', 'label' => esc_html__( 'Flaticon', 'pyloncore' ), 'labelIcon' => 'eicon-nerd-chuckle', 'prefix' => 'flaticon-', 'displayPrefix' => 'flaticon', 'url' => get_theme_file_uri( 'assets/css/flaticon.css' ), 'icons' => $new_icons2, 'ver' => '1.0.0', ); $tabs['my-two-custom-icons'] = array( 'name' => 'pylon-two-icons', 'label' => esc_html__( 'Pylon Two Icons', 'pyloncore' ), 'labelIcon' => 'eicon-nerd-chuckle', 'prefix' => 'pylon-two-icon-', 'displayPrefix' => 'pylon-two-icon', 'url' => get_theme_file_uri( 'assets/css/pylon-two-icons.css' ), 'icons' => $new_icons3, 'ver' => '1.0.0', ); return $tabs; } add_filter( 'elementor/icons_manager/additional_tabs', 'pylon_icons_library' );
Save
cmd:
run