| Server IP : 148.66.153.176 / Your IP : 216.73.216.67 Web Server : Apache System : Linux 176.153.66.148.host.secureserver.net 5.14.0-611.30.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 06:42:00 EST 2026 x86_64 User : drajayshahmd ( 1078) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/self/cwd/wp-content/plugins/elementskit-lite/widgets/fluent-forms/ |
Upload File : |
<?php
namespace Elementor;
class ElementsKit_Widget_Fluent_Forms_Handler extends \ElementsKit_Lite\Core\Handler_Widget{
static function get_name() {
return 'elementskit-fluent-forms';
}
static function get_title() {
return esc_html__( 'Fluent Forms', 'elementskit-lite' );
}
static function get_icon() {
return 'eicon-mail ekit-widget-icon';
}
static function get_categories() {
return [ 'elementskit' ];
}
static function get_keywords() {
return ['ekit', 'wpf', 'wpform' , 'weform', 'fluent form', 'form', 'contact'];
}
static function get_dir() {
return \ElementsKit_Lite::widget_dir() . 'fluent-forms/';
}
static function get_url() {
return \ElementsKit_Lite::widget_url() . 'fluent-forms/';
}
}