Advertisement
rejuancse

ss

Apr 14th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.77 KB | None | 0 0
  1. array(
  2.                 'name'   => __( '<b>Player Info</b>', 'themeum-core' ),
  3.                 'id'     => 'personal_info_group',
  4.                 'type'   => 'group',
  5.                 'fields' => array(         
  6.                         array(
  7.                             'name'       => __( 'Player Information Level', 'themeum-core' ),
  8.                             'id'         => "themeum_information_level",
  9.                             'desc'       => __( 'Player Information Level(ex: Weight)', 'themeum-core' ),
  10.                             'type'       => 'text',
  11.                             'std'        => '',
  12.                         ),
  13.  
  14.                         array(
  15.                             'name'       => __( 'Player Information Data', 'themeum-core' ),
  16.                             'id'         => "themeum_information_data",
  17.                             'desc'       => __( 'Player Information Data(ex: 65kg)', 'themeum-core' ),
  18.                             'type'       => 'text',
  19.                             'std'        => '',
  20.                         ),         
  21.                 ),
  22.                 'clone'  => true,
  23.             ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement