With this filter you can override the default iconsets for the editors.
icons (array)
Multidimensional array which contains arrays with css selectors of the icon font.
Example
add_filter('luv_iconset', 'my_iconset'); function my_iconset($iconset){ $iconset['my_iconset'] = array( 'my-icon-home, 'my-icon-bars', ) return $iconset; }
Located: Luvthemes Core
Files:
includes/framework-extensions/field_icon_select.php
includes/shortcodes.inc.php
luvthemes-core.php
Since 1.2