Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /home/giriqfky/chahida.co.in/wp-content/plugins/wpforms-lite/src/Forms/Fields/Base//Frontend.php
<?php
namespace WPForms\Forms\Fields\Base;
use WPForms_Field;
/**
* Field's Frontend base class.
*
* @since 1.8.1
*/
class Frontend {
/**
* Instance of the main WPForms_Field_{something} class.
*
* @since 1.8.1
*
* @var WPForms_Field
*/
protected $field_obj;
/**
* Class constructor.
*
* @since 1.8.1
*
* @param WPForms_Field $field_obj Instance of the WPForms_Field_{something} class.
*/
public function __construct( $field_obj ) {
$this->field_obj = $field_obj;
$this->init();
}
/**
* Initialize.
*
* @since 1.8.1
*/
public function init() {
$this->hooks();
}
/**
* Hooks.
*
* @since 1.8.1
*/
protected function hooks() {
}
}
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | July 10 2025 04:32:22 | giriqfky / giriqfky | 0755 | |
| | | | | |
.htaccess | 0.41 KB | July 10 2025 04:32:22 | giriqfky / giriqfky | 0644 | |
Frontend.php | 0.683 KB | March 30 2023 15:09:42 | giriqfky / giriqfky | 0644 | |