File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/jetformbuilder/modules/validation/messages/is-date-min.php
Back
<?php namespace JFB_Modules\Validation\Messages; use Jet_Form_Builder\Blocks\Types\Date_Field; use Jet_Form_Builder\Blocks\Types\Datetime_Field; use Jet_Form_Builder\Blocks\Types\Time_Field; // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } class Is_Date_Min extends Base_Message { public function get_id(): string { return 'date_min'; } public function get_label(): string { return __( 'Timestamp is too early', 'jet-form-builder' ); } public function supported_blocks(): array { return array( Date_Field::class, Datetime_Field::class, Time_Field::class, ); } public function get_initial(): string { return __( 'Timestamp is below the minimum allowed value.', 'jet-form-builder' ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings