File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/Framework/FieldsAPI/Name.php
Back
<?php declare(strict_types=1); namespace Give\Framework\FieldsAPI; class Name extends Group { const TYPE = 'name'; public static function make($name) { return parent::make($name) ->append( Text::make('firstName') ->label('First Name') ->required(), Text::make('lastName') ->label('Last Name'), Select::make('honorific') ->label('Honorific') ->options('Mr.', 'Mrs.', 'Ms.') ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings