/home/techb158/l2hypotheques.com/wp-content/plugins/codestar-framework/samples
NameSizeModeActions
admin-options.php968140644editdlrm
comment-options.php17660644editdlrm
customize-options.php924640644editdlrm
metabox-options.php63070644editdlrm
nav-menu-options.php18460644editdlrm
profile-options.php17940644editdlrm
shortcode-options.php57230644editdlrm
taxonomy-options.php17560644editdlrm
widget-options.php41570644editdlrm
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/codestar-framework/samples/profile-options.php (1794B)
'serialize' ) ); // // Create a section // CSF::createSection( $prefix, array( 'title' => 'Custom Profile Options', 'fields' => array( // // A text field // array( 'id' => 'opt-text', 'type' => 'text', 'title' => 'Text', ), array( 'id' => 'opt-textarea', 'type' => 'textarea', 'title' => 'Textarea', 'help' => 'The help text of the field.', ), array( 'id' => 'opt-upload', 'type' => 'upload', 'title' => 'Upload', ), array( 'id' => 'opt-switcher', 'type' => 'switcher', 'title' => 'Switcher', 'label' => 'The label text of the switcher.', ), array( 'id' => 'opt-color', 'type' => 'color', 'title' => 'Color', 'default' => '#3498db', ), array( 'id' => 'opt-checkbox', 'type' => 'checkbox', 'title' => 'Checkbox', 'label' => 'The label text of the checkbox.', ), array( 'id' => 'opt-radio', 'type' => 'radio', 'title' => 'Radio', 'options' => array( 'yes' => 'Yes, Please.', 'no' => 'No, Thank you.', ), 'default' => 'yes', ), array( 'id' => 'opt-select', 'type' => 'select', 'title' => 'Select', 'placeholder' => 'Select an option', 'options' => array( 'opt-1' => 'Option 1', 'opt-2' => 'Option 2', 'opt-3' => 'Option 3', ), ), ) ) );