Server : LiteSpeed System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : apotdzgr ( 7060) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/apotdzgr/public_html/wp-content/themes/flatsome/inc/helpers/ |
Upload File : |
<?php function get_flatsome_icon($name, $size = null){ if($size) $size = 'style="font-size:'.$size.';"'; return '<i class="'.$name.'" '.$size.'></i>'; } function flatsome_add_icons_css() { wp_enqueue_style( 'flatsome-icons', get_template_directory_uri() .'/assets/css/fl-icons.css', array(), '3.12', 'all' ); } add_action( 'wp_enqueue_scripts', 'flatsome_add_icons_css' );