File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/jetformbuilder/modules/active-campaign/methods/email-contact-property.php
Back
<?php namespace JFB_Modules\Active_Campaign\Methods; use Jet_Form_Builder\Actions\Methods\Abstract_Modifier; use Jet_Form_Builder\Actions\Methods\Base_Object_Property; use Jet_Form_Builder\Exceptions\Action_Exception; use Jet_Form_Builder\Exceptions\Silence_Exception; // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } class Email_Contact_Property extends Base_Object_Property { // It can be empty // in action we use dynamic fetching properties public function get_label(): string { return ''; } public function get_id(): string { return 'email'; } /** * @param Abstract_Modifier $modifier * * @return null * @throws Silence_Exception|Action_Exception */ public function get_value( Abstract_Modifier $modifier ) { if ( ! empty( $this->value ) ) { return parent::get_value( $modifier ); } throw new Action_Exception( 'empty_field', 'Email' ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings