File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/jetformbuilder/modules/validation/messages/is-number-max.php
Back
<?php namespace JFB_Modules\Validation\Messages; use Jet_Form_Builder\Blocks\Types\Number_Field; use Jet_Form_Builder\Blocks\Types\Range_Field; // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } class Is_Number_Max extends Base_Message { public function get_id(): string { return 'number_max'; } public function get_label(): string { return __( 'Value exceeds the maximum', 'jet-form-builder' ); } public function supported_blocks(): array { return array( Number_Field::class, Range_Field::class, ); } public function get_initial(): string { return __( 'Please enter a number not greater than %this(max)%. Current value %this|ifEmpty(is empty)%.', 'jet-form-builder' ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.14 |
proxy
|
phpinfo
|
Settings