Add functionality to use Font Awesome Icon as a new type of option field for Titan Framework.
“Titan Framework Icon” is an addon plugin for the main plugin “Titan Framework”. Titan Framework does not have option to add icon chooser field. This plugin adds functionality to use Font Awesome Icon as a new type of option field for Titan Framework. This.This plugin requires Titan Framework plugin.
USE FONT AWESOME ICON AS A FIELD OF TITAN FRAMEWORK PLUGIN
How To Use This Titan Framework Icon Plugin:
$TitanObject->createOption( array( 'name' => __( 'FontAwesome Icon', 'textdomain' ), 'id' => 'your_var_icon', 'type' => 'icon', 'default'=>'fa-bell', ) );