Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(function_exists("register_field_group"))
- {
- register_field_group(array (
- 'id' => 'acf_upcoming-game-info',
- 'title' => 'Upcoming Game Info',
- 'fields' => array (
- array (
- 'key' => 'field_5755cc9d5298b',
- 'label' => 'Release Date',
- 'name' => 'release_date',
- 'type' => 'date_picker',
- 'instructions' => 'Please select the release date of the game.',
- 'required' => 1,
- 'date_format' => 'yymmdd',
- 'display_format' => 'mm/dd/yy',
- 'first_day' => 1,
- ),
- array (
- 'key' => 'field_5755e7a41a2ae',
- 'label' => 'Publisher',
- 'name' => 'publisher',
- 'type' => 'checkbox',
- 'instructions' => 'Select the game\'s Publisher.',
- 'choices' => array (
- 'Capcom' => 'Capcom',
- 'Konami' => 'Konami',
- 'Blizzard' => 'Blizzard',
- 'Sony Computer Entertainment' => 'Sony Computer Entertainment',
- 'Nintendo' => 'Nintendo',
- 'Sega' => 'Sega',
- 'Ubisoft' => 'Ubisoft',
- '2k' => '2k',
- 'Telltale Games' => 'Telltale Games',
- 'Valve Corporation' => 'Valve Corporation',
- 'Rockstar Games' => 'Rockstar Games',
- 'Electronic Arts' => 'Electronic Arts',
- 'Atlus' => 'Atlus',
- 'Square Enix' => 'Square Enix',
- 'Activision' => 'Activision',
- 'Bandai Namco' => 'Bandai Namco',
- 'Bungie' => 'Bungie',
- 'Deep Silver' => 'Deep Silver',
- 'Microsoft' => 'Microsoft',
- ),
- 'default_value' => '',
- 'layout' => 'vertical',
- ),
- array (
- 'key' => 'field_5755ea49aa67b',
- 'label' => 'Developer',
- 'name' => 'developer',
- 'type' => 'checkbox',
- 'instructions' => 'Select the game\'s Publisher.',
- 'choices' => array (
- 'Capcom' => 'Capcom',
- 'Konami' => 'Konami',
- 'Blizzard' => 'Blizzard',
- 'Sony Computer Entertainment' => 'Sony Computer Entertainment',
- 'Nintendo' => 'Nintendo',
- 'Sega' => 'Sega',
- 'Ubisoft' => 'Ubisoft',
- '2k' => '2k',
- 'Telltale Games' => 'Telltale Games',
- 'Valve Corporation' => 'Valve Corporation',
- 'Rockstar Games' => 'Rockstar Games',
- 'Electronic Arts' => 'Electronic Arts',
- 'Atlus' => 'Atlus',
- 'Square Enix' => 'Square Enix',
- 'Activision' => 'Activision',
- 'Bandai Namco' => 'Bandai Namco',
- 'Bungie' => 'Bungie',
- 'Deep Silver' => 'Deep Silver',
- 'Microsoft' => 'Microsoft',
- ),
- 'default_value' => '',
- 'layout' => 'vertical',
- ),
- array (
- 'key' => 'field_57563706c9de9',
- 'label' => 'Youtube Link',
- 'name' => 'youtube_link',
- 'type' => 'text',
- 'instructions' => 'Does this game have a trailer out?',
- 'default_value' => '',
- 'placeholder' => '',
- 'prepend' => '',
- 'append' => '',
- 'formatting' => 'html',
- 'maxlength' => '',
- ),
- ),
- 'location' => array (
- array (
- array (
- 'param' => 'post_type',
- 'operator' => '==',
- 'value' => 'upcoming-games',
- 'order_no' => 0,
- 'group_no' => 0,
- ),
- ),
- ),
- 'options' => array (
- 'position' => 'acf_after_title',
- 'layout' => 'default',
- 'hide_on_screen' => array (
- ),
- ),
- 'menu_order' => 0,
- ));
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement