Answers for "old codestar text field"

PHP
0

old codestar text field

array(
  'id'      => 'unique_option_102', // another unique id
  'type'    => 'text',
  'title'   => 'Another Text Field',
  'desc'    => 'This is an option',
  'help'    => 'Write something',
  'default' => 'do stuff',
),
Posted by: Guest on May-27-2021
0

old codestar text field

array(
  'id'    => 'unique_option_101', // this is must be unique
  'type'  => 'text',
  'title' => 'Text Field',
),
Posted by: Guest on May-27-2021

Browse Popular Code Answers by Language