Файловый менеджер - Редактировать - /home/digitalm/yhubita/wp-content/plugins/anti-spam/libs/factory/forms/includes/custom-element.class.php
Назад
<?php /** * The file contains the base class for all custom elements. * * @author Alex Kovalev <alex.kovalevv@gmail.com> * @copyright (c) 2018, Webcraftic Ltd * * @package factory-forms * @since 1.0.0 */ // Exit if accessed directly if( !defined('ABSPATH') ) { exit; } if( !class_exists('Wbcr_FactoryForms463_CustomElement') ) { /** * The base class for all controls. * * @since 1.0.0 */ abstract class Wbcr_FactoryForms463_CustomElement extends Wbcr_FactoryForms463_FormElement { /** * Is this element a custom form element? * * @since 1.0.0 * @var bool */ public $is_custom = true; public function render() { // if the control is off, then ignore it $off = $this->getOption('off', false); if( $off ) { return; } $this->html(); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.03 |
proxy
|
phpinfo
|
Настройка