PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
plugins
/
tryo-toolkit
/
inc
<?php // Flat icons function tryo_icons() { return [ // Icon 'flaticon-piggy-bank' => __('Piggy Bank', 'tryo-toolkit' ), 'flaticon-data-encryption' => __('Data Encryption', 'tryo-toolkit' ), 'flaticon-wallet' => __('Wallet', 'tryo-toolkit' ), 'flaticon-shield' => __('Shield', 'tryo-toolkit' ), 'flaticon-user' => __('User', 'tryo-toolkit' ), 'flaticon-check-mark' => __('Check mark', 'tryo-toolkit' ), 'flaticon-settings' => __('Settings', 'tryo-toolkit' ), 'flaticon-envelope-of-white-paper' => __('Envelope of white paper', 'tryo-toolkit' ), 'flaticon-menu' => __('Menu', 'tryo-toolkit' ), 'flaticon-info' => __('Info', 'tryo-toolkit' ), 'flaticon-cursor' => __('Cursor', 'tryo-toolkit' ), 'flaticon-alarm' => __('Alarm', 'tryo-toolkit' ), 'flaticon-cancel' => __('Cancel', 'tryo-toolkit' ), 'flaticon-apple' => __('Apple', 'tryo-toolkit' ), 'flaticon-play-store' => __('Play-store', 'tryo-toolkit' ), ]; } function tryo_include_flaticons() { return array_keys(tryo_icons()); }
[-] icon.php
[edit]
[+]
..
[-] widgets.php
[edit]
[-] select-all-users.php
[edit]
[-] regis-form.php
[edit]