[json] test

Viewer

  1. <?php
  2. /** ===================================================
  3.  *  This File contains all the misc fields that
  4.  *  apply to templates or theme options (not blocks)
  5.  *  ==================================================
  6.  */
  7.  
  8. // Standard Page Template Options
  9. acf_add_local_field_group(array(
  10.     'key' => 'group_5ee7dcbd45459',
  11.     'title' => 'Template Options',
  12.     'fields' => array(
  13.         array(
  14.             'key' => 'field_5ee7dcd79ae05',
  15.             'label' => 'Display Title?',
  16.             'name' => 'display_title',
  17.             'type' => 'true_false',
  18.             'default_value' => 1,
  19.             'ui' => 1,
  20.         ),
  21.     ),
  22.     'location' => array(
  23.         array(
  24.             array(
  25.                 'param' => 'post_type',
  26.                 'operator' => '==',
  27.                 'value' => 'page',
  28.             ),
  29.         ),
  30.     ),
  31.     'position' => 'side',
  32.     'style' => 'seamless',
  33. ));
  34.  
  35. acf_add_local_field_group(array(
  36.     'key' => 'group_5ee7ae2rg34a43',
  37.     'title' => 'Template Options',
  38.     'fields' => array(
  39.         array(
  40.             'key' => 'field_5ee7d4562345y',
  41.             'label' => 'Hide Featured Image?',
  42.             'name' => 'hide_featured_image',
  43.             'type' => 'true_false',
  44.             'default_value' => 0,
  45.             'ui' => 1,
  46.         ),
  47.     ),
  48.     'location' => array(
  49.         array(
  50.             array(
  51.                 'param' => 'post_type',
  52.                 'operator' => '==',
  53.                 'value' => 'post',
  54.             ),
  55.         ),
  56.     ),
  57.     'position' => 'side',
  58.     'style' => 'seamless',
  59. ));
  60.  
  61. acf_add_local_field_group(array(
  62.     'key' => 'group_60f9917b964c0',
  63.     'title' => 'Testimonial Settings',
  64.     'fields' => array(
  65.         array(
  66.             'key' => 'field_60f99186640ba',
  67.             'label' => 'Name',
  68.             'name' => 'name',
  69.             'type' => 'text',
  70.             'instructions' => 'Leaving this blank, the testimonial title will be used in place of the name',
  71.             'required' => 0,
  72.             'conditional_logic' => 0,
  73.             'wrapper' => array(
  74.                 'width' => '50',
  75.                 'class' => '',
  76.                 'id' => '',
  77.             ),
  78.             'default_value' => '',
  79.             'placeholder' => '',
  80.             'prepend' => '',
  81.             'append' => '',
  82.             'maxlength' => '',
  83.         ),
  84.         array(
  85.             'key' => 'field_60f991ae640bb',
  86.             'label' => 'Position',
  87.             'name' => 'position',
  88.             'type' => 'text',
  89.             'instructions' => '',
  90.             'required' => 0,
  91.             'conditional_logic' => 0,
  92.             'wrapper' => array(
  93.                 'width' => '50',
  94.                 'class' => '',
  95.                 'id' => '',
  96.             ),
  97.             'default_value' => '',
  98.             'placeholder' => '',
  99.             'prepend' => '',
  100.             'append' => '',
  101.             'maxlength' => '',
  102.         ),
  103.     ),
  104.     'location' => array(
  105.         array(
  106.             array(
  107.                 'param' => 'post_type',
  108.                 'operator' => '==',
  109.                 'value' => 'testimonial',
  110.             ),
  111.         ),
  112.     ),
  113.     'menu_order' => 0,
  114.     'position' => 'acf_after_title',
  115.     'style' => 'seamless',
  116.     'label_placement' => 'top',
  117.     'instruction_placement' => 'field',
  118.     'hide_on_screen' => '',
  119.     'active' => true,
  120.     'description' => '',
  121. ));
  122.  
  123. // Menu Item options (Mega Menu)
  124. acf_add_local_field_group(array(
  125.     'key' => 'group_605b66dae36f1',
  126.     'title' => 'Menu Item Settings',
  127.     'fields' => array(
  128.         array(
  129.             'key' => 'field_605b687f2bc7f',
  130.             'label' => '',
  131.             'name' => 'enable_mega_menu',
  132.             'type' => 'true_false',
  133.             'instructions' => '',
  134.             'required' => 0,
  135.             'conditional_logic' => 0,
  136.             'wrapper' => array(
  137.                 'width' => '',
  138.                 'class' => 'hide-main-acf-label',
  139.                 'id' => '',
  140.             ),
  141.             'message' => 'Enable Mega Menu?',
  142.             'default_value' => 0,
  143.             'ui' => 0,
  144.             'ui_on_text' => '',
  145.             'ui_off_text' => '',
  146.         ),
  147.         array(
  148.             'key' => 'field_605b67250d5f5',
  149.             'label' => 'Mega Menu Options',
  150.             'name' => 'megamenu_options',
  151.             'type' => 'group',
  152.             'instructions' => 'Mega Menu should only be enabled on first level menu items',
  153.             'required' => 0,
  154.             'conditional_logic' => array(
  155.                 array(
  156.                     array(
  157.                         'field' => 'field_605b687f2bc7f',
  158.                         'operator' => '==',
  159.                         'value' => '1',
  160.                     ),
  161.                 ),
  162.             ),
  163.             'wrapper' => array(
  164.                 'width' => '',
  165.                 'class' => '',
  166.                 'id' => '',
  167.             ),
  168.             'layout' => 'block',
  169.             'sub_fields' => array(
  170.                 array(
  171.                     'key' => 'field_605b67900d5f7',
  172.                     'label' => 'Photo',
  173.                     'name' => 'photo',
  174.                     'type' => 'image',
  175.                     'instructions' => 'The photo displays at the right side (end) of the dropdown',
  176.                     'required' => 0,
  177.                     'conditional_logic' => 0,
  178.                     'wrapper' => array(
  179.                         'width' => '',
  180.                         'class' => '',
  181.                         'id' => '',
  182.                     ),
  183.                     'return_format' => 'id',
  184.                     'preview_size' => 'medium',
  185.                     'library' => 'all',
  186.                     'min_width' => 300,
  187.                     'min_height' => '',
  188.                     'min_size' => '',
  189.                     'max_width' => 350,
  190.                     'max_height' => 300,
  191.                     'max_size' => '',
  192.                     'mime_types' => '',
  193.                 ),
  194.                 array(
  195.                     'key' => 'field_605b67e90d5f8',
  196.                     'label' => 'Call To Action Button',
  197.                     'name' => 'button',
  198.                     'type' => 'link',
  199.                     'instructions' => '',
  200.                     'required' => 0,
  201.                     'conditional_logic' => 0,
  202.                     'wrapper' => array(
  203.                         'width' => '',
  204.                         'class' => '',
  205.                         'id' => '',
  206.                     ),
  207.                     'return_format' => 'array',
  208.                 ),
  209.             ),
  210.         ),
  211.         array(
  212.             'key' => 'field_605cdc14f763e',
  213.             'label' => '',
  214.             'name' => 'enable_icon',
  215.             'type' => 'true_false',
  216.             'instructions' => '',
  217.             'required' => 0,
  218.             'conditional_logic' => 0,
  219.             'wrapper' => array(
  220.                 'width' => '',
  221.                 'class' => '',
  222.                 'id' => '',
  223.             ),
  224.             'message' => 'Enable Icon?',
  225.             'default_value' => 0,
  226.             'ui' => 0,
  227.             'ui_on_text' => '',
  228.             'ui_off_text' => '',
  229.         ),
  230.         array(
  231.             'key' => 'field_605cdc42f763f',
  232.             'label' => 'Icon',
  233.             'name' => 'icon',
  234.             'type' => 'icons',
  235.             'instructions' => '',
  236.             'required' => 0,
  237.             'conditional_logic' => array(
  238.                 array(
  239.                     array(
  240.                         'field' => 'field_605cdc14f763e',
  241.                         'operator' => '==',
  242.                         'value' => '1',
  243.                     ),
  244.                 ),
  245.             ),
  246.             'field_returns' => 'array',
  247.         ),
  248.     ),
  249.     'location' => array(
  250.         array(
  251.             array(
  252.                 'param' => 'nav_menu_item',
  253.                 'operator' => '==',
  254.                 'value' => 'location/main-nav-menu',
  255.             ),
  256.         ),
  257.     ),
  258.     'menu_order' => 0,
  259.     'position' => 'normal',
  260.     'style' => 'default',
  261.     'label_placement' => 'top',
  262.     'instruction_placement' => 'label',
  263.     'hide_on_screen' => '',
  264.     'active' => true,
  265.     'description' => '',
  266. ));
  267.  
  268. acf_add_local_field_group(array(
  269.     'key' => 'group_61006eb3d1b51',
  270.     'title' => 'Additional Post Settings',
  271.     'fields' => array(
  272.         array(
  273.             'key' => 'field_61006ec770c99',
  274.             'label' => '',
  275.             'name' => 'featured',
  276.             'type' => 'true_false',
  277.             'instructions' => 'If Featured, the page will be highlighted (or placed at the beginning of the resource list block.)',
  278.             'required' => 0,
  279.             'conditional_logic' => 0,
  280.             'wrapper' => array(
  281.                 'width' => '',
  282.                 'class' => '',
  283.                 'id' => '',
  284.             ),
  285.             'message' => 'Featured?',
  286.             'default_value' => 0,
  287.             'ui' => 0,
  288.             'ui_on_text' => '',
  289.             'ui_off_text' => '',
  290.         ),
  291.     ),
  292.     'location' => array(
  293.         array(
  294.             array(
  295.                 'param' => 'post_type',
  296.                 'operator' => '==',
  297.                 'value' => 'post',
  298.             ),
  299.         ),
  300.         array(
  301.             array(
  302.                 'param' => 'post_type',
  303.                 'operator' => '==',
  304.                 'value' => 'certifications',
  305.             ),
  306.         ),
  307.         array(
  308.             array(
  309.                 'param' => 'post_type',
  310.                 'operator' => '==',
  311.                 'value' => 'mpdl-file',
  312.             ),
  313.         ),
  314.     ),
  315.     'menu_order' => 0,
  316.     'position' => 'side',
  317.     'style' => 'default',
  318.     'label_placement' => 'top',
  319.     'instruction_placement' => 'field',
  320.     'hide_on_screen' => '',
  321.     'active' => true,
  322.     'description' => '',
  323. ));
  324.  
  325. acf_add_local_field_group(array(
  326.     'key' => 'group_61030bddcc9a4',
  327.     'title' => 'Rule Additional Settings',
  328.     'fields' => array(
  329.         array(
  330.             'key' => 'field_61030bf1dd9ed',
  331.             'label' => 'Custom Redirection',
  332.             'name' => 'custom_redirection',
  333.             'type' => 'text',
  334.             'instructions' => 'Redirect to this url if access denied.',
  335.             'required' => 0,
  336.             'conditional_logic' => 0,
  337.             'wrapper' => array(
  338.                 'width' => '50',
  339.                 'class' => '',
  340.                 'id' => '',
  341.             ),
  342.             'default_value' => '',
  343.             'placeholder' => '',
  344.             'prepend' => '',
  345.             'append' => '',
  346.             'maxlength' => '',
  347.         ),
  348.     ),
  349.     'location' => array(
  350.         array(
  351.             array(
  352.                 'param' => 'post_type',
  353.                 'operator' => '==',
  354.                 'value' => 'memberpressrule',
  355.             ),
  356.         ),
  357.     ),
  358.     'menu_order' => 0,
  359.     'position' => 'normal',
  360.     'style' => 'default',
  361.     'label_placement' => 'top',
  362.     'instruction_placement' => 'label',
  363.     'hide_on_screen' => '',
  364.     'active' => true,
  365.     'description' => '',
  366. ));
  367.  
  368. // region Certification Program field groups
  369. acf_add_local_field_group(array(
  370.     'key' => 'group_610aaed24caae',
  371.     'title' => 'Program Settings',
  372.     'fields' => array(
  373.         array(
  374.             'key' => 'field_610aaeec15b97',
  375.             'label' => 'Program Details',
  376.             'name' => 'program_details',
  377.             'type' => 'group',
  378.             'instructions' => '',
  379.             'required' => 0,
  380.             'conditional_logic' => 0,
  381.             'wrapper' => array(
  382.                 'width' => '',
  383.                 'class' => '',
  384.                 'id' => '',
  385.             ),
  386.             'layout' => 'block',
  387.             'sub_fields' => array(
  388.                 array(
  389.                     'key' => 'field_610ab30d15b98',
  390.                     'label' => 'Formats',
  391.                     'name' => 'formats',
  392.                     'type' => 'wysiwyg',
  393.                     'instructions' => '',
  394.                     'required' => 0,
  395.                     'conditional_logic' => 0,
  396.                     'wrapper' => array(
  397.                         'width' => '',
  398.                         'class' => '',
  399.                         'id' => '',
  400.                     ),
  401.                     'default_value' => '',
  402.                     'tabs' => 'all',
  403.                     'toolbar' => 'basic',
  404.                     'media_upload' => 1,
  405.                     'delay' => 0,
  406.                 ),
  407.                 array(
  408.                     'key' => 'field_610ab33c15b9a',
  409.                     'label' => 'Investment',
  410.                     'name' => 'investment',
  411.                     'type' => 'wysiwyg',
  412.                     'instructions' => '',
  413.                     'required' => 0,
  414.                     'conditional_logic' => 0,
  415.                     'wrapper' => array(
  416.                         'width' => '',
  417.                         'class' => '',
  418.                         'id' => '',
  419.                     ),
  420.                     'default_value' => '',
  421.                     'tabs' => 'all',
  422.                     'toolbar' => 'basic',
  423.                     'media_upload' => 1,
  424.                     'delay' => 0,
  425.                 ),
  426.                 array(
  427.                     'key' => 'field_610ab34915b9b',
  428.                     'label' => 'Class Size',
  429.                     'name' => 'class_size',
  430.                     'type' => 'wysiwyg',
  431.                     'instructions' => '',
  432.                     'required' => 0,
  433.                     'conditional_logic' => 0,
  434.                     'wrapper' => array(
  435.                         'width' => '',
  436.                         'class' => '',
  437.                         'id' => '',
  438.                     ),
  439.                     'default_value' => '',
  440.                     'tabs' => 'all',
  441.                     'toolbar' => 'basic',
  442.                     'media_upload' => 1,
  443.                     'delay' => 0,
  444.                 ),
  445.                 array(
  446.                     'key' => 'field_610ab36515b9d',
  447.                     'label' => 'Additional Accordions',
  448.                     'name' => 'additional_accordions',
  449.                     'type' => 'repeater',
  450.                     'instructions' => '',
  451.                     'required' => 0,
  452.                     'conditional_logic' => 0,
  453.                     'wrapper' => array(
  454.                         'width' => '',
  455.                         'class' => '',
  456.                         'id' => '',
  457.                     ),
  458.                     'collapsed' => 'field_610ab39415b9e',
  459.                     'min' => 0,
  460.                     'max' => 0,
  461.                     'layout' => 'block',
  462.                     'button_label' => '',
  463.                     'sub_fields' => array(
  464.                         array(
  465.                             'key' => 'field_610ab39415b9e',
  466.                             'label' => 'Title',
  467.                             'name' => 'title',
  468.                             'type' => 'text',
  469.                             'instructions' => '',
  470.                             'required' => 1,
  471.                             'conditional_logic' => 0,
  472.                             'wrapper' => array(
  473.                                 'width' => '',
  474.                                 'class' => '',
  475.                                 'id' => '',
  476.                             ),
  477.                             'default_value' => '',
  478.                             'placeholder' => '',
  479.                             'prepend' => '',
  480.                             'append' => '',
  481.                             'maxlength' => '',
  482.                         ),
  483.                         array(
  484.                             'key' => 'field_610ab39e15b9f',
  485.                             'label' => 'Content',
  486.                             'name' => 'content',
  487.                             'type' => 'wysiwyg',
  488.                             'instructions' => '',
  489.                             'required' => 1,
  490.                             'conditional_logic' => 0,
  491.                             'wrapper' => array(
  492.                                 'width' => '',
  493.                                 'class' => '',
  494.                                 'id' => '',
  495.                             ),
  496.                             'default_value' => '',
  497.                             'tabs' => 'all',
  498.                             'toolbar' => 'basic',
  499.                             'media_upload' => 1,
  500.                             'delay' => 0,
  501.                         ),
  502.                     ),
  503.                 ),
  504.             ),
  505.         ),
  506.         array(
  507.             'key' => 'field_610ab3f2c89c3',
  508.             'label' => 'Testimonial Settings',
  509.             'name' => 'pull_testimonials',
  510.             'type' => 'true_false',
  511.             'instructions' => '',
  512.             'required' => 0,
  513.             'conditional_logic' => 0,
  514.             'wrapper' => array(
  515.                 'width' => '',
  516.                 'class' => '',
  517.                 'id' => '',
  518.             ),
  519.             'message' => 'Pull latest testimonials automatically?',
  520.             'default_value' => 1,
  521.             'ui' => 0,
  522.             'ui_on_text' => '',
  523.             'ui_off_text' => '',
  524.         ),
  525.         array(
  526.             'key' => 'field_610ab3c1c89c2',
  527.             'label' => 'Testimonials',
  528.             'name' => 'testimonials',
  529.             'type' => 'post_object',
  530.             'instructions' => 'Select which Testimonials (if any) you would like to display at the bottom of the page.',
  531.             'required' => 0,
  532.             'conditional_logic' => array(
  533.                 array(
  534.                     array(
  535.                         'field' => 'field_610ab3f2c89c3',
  536.                         'operator' => '!=',
  537.                         'value' => '1',
  538.                     ),
  539.                 ),
  540.             ),
  541.             'wrapper' => array(
  542.                 'width' => '',
  543.                 'class' => '',
  544.                 'id' => '',
  545.             ),
  546.             'post_type' => array(
  547.                 0 => 'testimonial',
  548.             ),
  549.             'taxonomy' => '',
  550.             'allow_null' => 0,
  551.             'multiple' => 1,
  552.             'return_format' => 'id',
  553.             'ui' => 1,
  554.         ),
  555.         array(
  556.             'key' => 'field_61291c4c7d104',
  557.             'label' => 'Custom Testimonials',
  558.             'name' => 'custom_testimonials',
  559.             'type' => 'repeater',
  560.             'instructions' => '',
  561.             'required' => 0,
  562.             'conditional_logic' => array(
  563.                 array(
  564.                     array(
  565.                         'field' => 'field_610ab3f2c89c3',
  566.                         'operator' => '!=',
  567.                         'value' => '1',
  568.                     ),
  569.                 ),
  570.             ),
  571.             'wrapper' => array(
  572.                 'width' => '',
  573.                 'class' => '',
  574.                 'id' => '',
  575.             ),
  576.             'collapsed' => '',
  577.             'min' => 0,
  578.             'max' => 0,
  579.             'layout' => 'block',
  580.             'button_label' => 'Add Custom Testimonial',
  581.             'sub_fields' => array(
  582.                 array(
  583.                     'key' => 'field_61291c737d105',
  584.                     'label' => 'Name',
  585.                     'name' => 'name',
  586.                     'type' => 'text',
  587.                     'instructions' => '',
  588.                     'required' => 0,
  589.                     'conditional_logic' => 0,
  590.                     'wrapper' => array(
  591.                         'width' => '',
  592.                         'class' => '',
  593.                         'id' => '',
  594.                     ),
  595.                     'default_value' => '',
  596.                     'placeholder' => '',
  597.                     'prepend' => '',
  598.                     'append' => '',
  599.                     'maxlength' => '',
  600.                 ),
  601.                 array(
  602.                     'key' => 'field_61291c8c7d106',
  603.                     'label' => 'Company / Position',
  604.                     'name' => 'company',
  605.                     'type' => 'text',
  606.                     'instructions' => '',
  607.                     'required' => 0,
  608.                     'conditional_logic' => 0,
  609.                     'wrapper' => array(
  610.                         'width' => '',
  611.                         'class' => '',
  612.                         'id' => '',
  613.                     ),
  614.                     'default_value' => '',
  615.                     'placeholder' => '',
  616.                     'prepend' => '',
  617.                     'append' => '',
  618.                     'maxlength' => '',
  619.                 ),
  620.                 array(
  621.                     'key' => 'field_61291c9b7d107',
  622.                     'label' => 'Testimonial',
  623.                     'name' => 'testimonial',
  624.                     'type' => 'textarea',
  625.                     'instructions' => '',
  626.                     'required' => 0,
  627.                     'conditional_logic' => 0,
  628.                     'wrapper' => array(
  629.                         'width' => '',
  630.                         'class' => '',
  631.                         'id' => '',
  632.                     ),
  633.                     'default_value' => '',
  634.                     'placeholder' => '',
  635.                     'maxlength' => '',
  636.                     'rows' => '',
  637.                     'new_lines' => '',
  638.                 ),
  639.             ),
  640.         ),
  641.         array(
  642.             'key' => 'field_32t235hdrgfhert',
  643.             'label' => 'Limit Custom Testimonials?',
  644.             'name' => 'limit_custom_testimonials',
  645.             'type' => 'number',
  646.             'instructions' => 'Leave at zero to use all custom testimonials. Specify a limit to pull a random segment from list.',
  647.             'required' => 0,
  648.             'conditional_logic' => 0,
  649.             'wrapper' => array(
  650.                 'width' => '',
  651.                 'class' => '',
  652.                 'id' => '',
  653.             ),
  654.             'default_value' => 0,
  655.         ),
  656.         array(
  657.             'key' => 'field_60b927790ea51',
  658.             'label' => 'Sections Before Archive',
  659.             'name' => 'sections_before',
  660.             'type' => 'repeater',
  661.             'instructions' => 'Add Reusable blocks to be included on this post after the header.
  662.             <br>
  663.             <a href="' . admin_url('edit.php?post_type=wp_block') . '">Manage reusable blocks</a>',
  664.             'required' => 0,
  665.             'conditional_logic' => 0,
  666.             'wrapper' => array(
  667.                 'width' => '',
  668.                 'class' => '',
  669.                 'id' => '',
  670.             ),
  671.             'collapsed' => '',
  672.             'min' => 0,
  673.             'max' => 0,
  674.             'layout' => 'row',
  675.             'button_label' => 'Add Block',
  676.             'sub_fields' => array(
  677.                 array(
  678.                     'key' => 'field_60b927ae0ea52',
  679.                     'label' => 'Reusable Block',
  680.                     'name' => 'block',
  681.                     'type' => 'post_object',
  682.                     'instructions' => '',
  683.                     'required' => 0,
  684.                     'conditional_logic' => 0,
  685.                     'wrapper' => array(
  686.                         'width' => '',
  687.                         'class' => '',
  688.                         'id' => '',
  689.                     ),
  690.                     'post_type' => array(
  691.                         0 => 'wp_block',
  692.                     ),
  693.                     'taxonomy' => '',
  694.                     'allow_null' => 0,
  695.                     'multiple' => 0,
  696.                     'return_format' => '',
  697.                     'ui' => 1,
  698.                 ),
  699.             ),
  700.         ),
  701.         array(
  702.             'key' => 'field_60b927d20ea53',
  703.             'label' => 'Sections After Archive',
  704.             'name' => 'sections_after',
  705.             'type' => 'repeater',
  706.             'instructions' => 'Add Reusable blocks to be included on this post before the footer.
  707.             <br>
  708.             <a href="' . admin_url('edit.php?post_type=wp_block') . '">Manage reusable blocks</a>',
  709.             'required' => 0,
  710.             'conditional_logic' => 0,
  711.             'wrapper' => array(
  712.                 'width' => '',
  713.                 'class' => '',
  714.                 'id' => '',
  715.             ),
  716.             'collapsed' => '',
  717.             'min' => 0,
  718.             'max' => 0,
  719.             'layout' => 'row',
  720.             'button_label' => 'Add Block',
  721.             'sub_fields' => array(
  722.                 array(
  723.                     'key' => 'field_60b927d30ea54',
  724.                     'label' => 'Reusable Block',
  725.                     'name' => 'block',
  726.                     'type' => 'post_object',
  727.                     'instructions' => '',
  728.                     'required' => 0,
  729.                     'conditional_logic' => 0,
  730.                     'wrapper' => array(
  731.                         'width' => '',
  732.                         'class' => '',
  733.                         'id' => '',
  734.                     ),
  735.                     'post_type' => array(
  736.                         0 => 'wp_block',
  737.                     ),
  738.                     'taxonomy' => '',
  739.                     'allow_null' => 0,
  740.                     'multiple' => 0,
  741.                     'return_format' => 'id',
  742.                     'ui' => 1,
  743.                 ),
  744.             ),
  745.         ),
  746.     ),
  747.     'location' => array(
  748.         array(
  749.             array(
  750.                 'param' => 'post_type',
  751.                 'operator' => '==',
  752.                 'value' => 'certifications',
  753.             ),
  754.         ),
  755.     ),
  756.     'menu_order' => 0,
  757.     'position' => 'normal',
  758.     'style' => 'seamless',
  759.     'label_placement' => 'top',
  760.     'instruction_placement' => 'label',
  761.     'hide_on_screen' => '',
  762.     'active' => true,
  763.     'description' => '',
  764. ));
  765.  
  766. acf_add_local_field_group(array(
  767.     'key' => 'group_610ab5b686ab6',
  768.     'title' => 'Program Sidebar Options',
  769.     'fields' => array(
  770.         array(
  771.             'key' => 'field_610ab5cb4263c',
  772.             'label' => 'Program Literature',
  773.             'name' => 'program_literature',
  774.             'type' => 'repeater',
  775.             'instructions' => '',
  776.             'required' => 0,
  777.             'conditional_logic' => 0,
  778.             'wrapper' => array(
  779.                 'width' => '',
  780.                 'class' => '',
  781.                 'id' => '',
  782.             ),
  783.             'collapsed' => '',
  784.             'min' => 0,
  785.             'max' => 0,
  786.             'layout' => 'block',
  787.             'button_label' => 'Add Literature',
  788.             'sub_fields' => array(
  789.                 array(
  790.                     'key' => 'field_610ab5f14263d',
  791.                     'label' => 'File',
  792.                     'name' => 'file',
  793.                     'type' => 'file',
  794.                     'instructions' => '',
  795.                     'required' => 0,
  796.                     'conditional_logic' => 0,
  797.                     'wrapper' => array(
  798.                         'width' => '',
  799.                         'class' => '',
  800.                         'id' => '',
  801.                     ),
  802.                     'return_format' => 'array',
  803.                     'library' => 'all',
  804.                     'min_size' => '',
  805.                     'max_size' => '',
  806.                     'mime_types' => '',
  807.                 ),
  808.                 array(
  809.                     'key' => 'field_610ab5ff4263e',
  810.                     'label' => 'Button Label',
  811.                     'name' => 'button_label',
  812.                     'type' => 'text',
  813.                     'instructions' => '',
  814.                     'required' => 0,
  815.                     'conditional_logic' => 0,
  816.                     'wrapper' => array(
  817.                         'width' => '',
  818.                         'class' => '',
  819.                         'id' => '',
  820.                     ),
  821.                     'default_value' => '',
  822.                     'placeholder' => '',
  823.                     'prepend' => '',
  824.                     'append' => '',
  825.                     'maxlength' => '',
  826.                 ),
  827.             ),
  828.         ),
  829.         array(
  830.             'key' => 'field_610afd1b8c065',
  831.             'label' => 'Event Lists',
  832.             'name' => 'event_lists',
  833.             'type' => 'repeater',
  834.             'instructions' => '',
  835.             'required' => 0,
  836.             'conditional_logic' => 0,
  837.             'wrapper' => array(
  838.                 'width' => '',
  839.                 'class' => '',
  840.                 'id' => '',
  841.             ),
  842.             'collapsed' => 'field_610afd328c066',
  843.             'min' => 0,
  844.             'max' => 0,
  845.             'layout' => 'block',
  846.             'button_label' => 'Add Event List',
  847.             'sub_fields' => array(
  848.                 array(
  849.                     'key' => 'field_610afd328c066',
  850.                     'label' => 'Label',
  851.                     'name' => 'label',
  852.                     'type' => 'text',
  853.                     'instructions' => '',
  854.                     'required' => 0,
  855.                     'conditional_logic' => 0,
  856.                     'wrapper' => array(
  857.                         'width' => '',
  858.                         'class' => '',
  859.                         'id' => '',
  860.                     ),
  861.                     'default_value' => '',
  862.                     'placeholder' => '',
  863.                     'prepend' => '',
  864.                     'append' => '',
  865.                     'maxlength' => '',
  866.                 ),
  867.                 array(
  868.                     'key' => 'field_610afd498c067',
  869.                     'label' => 'Event Category',
  870.                     'name' => 'event_category',
  871.                     'type' => 'taxonomy',
  872.                     'instructions' => '',
  873.                     'required' => 0,
  874.                     'conditional_logic' => 0,
  875.                     'wrapper' => array(
  876.                         'width' => '',
  877.                         'class' => '',
  878.                         'id' => '',
  879.                     ),
  880.                     'taxonomy' => 'tribe_events_cat',
  881.                     'field_type' => 'checkbox',
  882.                     'add_term' => 1,
  883.                     'save_terms' => 0,
  884.                     'load_terms' => 0,
  885.                     'return_format' => 'id',
  886.                     'multiple' => 0,
  887.                     'allow_null' => 0,
  888.                 ),
  889.                 array(
  890.                     'key' => 'field_611012c47ebce',
  891.                     'label' => 'Event Tag',
  892.                     'name' => 'event_tag',
  893.                     'type' => 'taxonomy',
  894.                     'instructions' => '',
  895.                     'required' => 0,
  896.                     'conditional_logic' => 0,
  897.                     'wrapper' => array(
  898.                         'width' => '',
  899.                         'class' => '',
  900.                         'id' => '',
  901.                     ),
  902.                     'taxonomy' => 'post_tag',
  903.                     'field_type' => 'checkbox',
  904.                     'add_term' => 1,
  905.                     'save_terms' => 0,
  906.                     'load_terms' => 0,
  907.                     'return_format' => 'id',
  908.                     'multiple' => 0,
  909.                     'allow_null' => 0,
  910.                 ),
  911.             ),
  912.         ),
  913.         array(
  914.             'key' => 'field_610afdeb4330a',
  915.             'label' => 'Stats',
  916.             'name' => 'stats',
  917.             'type' => 'repeater',
  918.             'instructions' => '',
  919.             'required' => 0,
  920.             'conditional_logic' => 0,
  921.             'wrapper' => array(
  922.                 'width' => '',
  923.                 'class' => '',
  924.                 'id' => '',
  925.             ),
  926.             'collapsed' => '',
  927.             'min' => 0,
  928.             'max' => 0,
  929.             'layout' => 'block',
  930.             'button_label' => 'Add Stat Block',
  931.             'sub_fields' => array(
  932.                 array(
  933.                     'key' => 'field_610afe1f4330b',
  934.                     'label' => 'Percent',
  935.                     'name' => 'percent',
  936.                     'type' => 'number',
  937.                     'instructions' => '',
  938.                     'required' => 0,
  939.                     'conditional_logic' => 0,
  940.                     'wrapper' => array(
  941.                         'width' => '',
  942.                         'class' => '',
  943.                         'id' => '',
  944.                     ),
  945.                     'default_value' => '',
  946.                     'placeholder' => 0,
  947.                     'prepend' => '',
  948.                     'append' => '%',
  949.                     'min' => '',
  950.                     'max' => '',
  951.                     'step' => '',
  952.                 ),
  953.                 array(
  954.                     'key' => 'field_610afe484330c',
  955.                     'label' => 'Label',
  956.                     'name' => 'label',
  957.                     'type' => 'text',
  958.                     'instructions' => '',
  959.                     'required' => 0,
  960.                     'conditional_logic' => 0,
  961.                     'wrapper' => array(
  962.                         'width' => '',
  963.                         'class' => '',
  964.                         'id' => '',
  965.                     ),
  966.                     'default_value' => '',
  967.                     'placeholder' => '',
  968.                     'prepend' => '',
  969.                     'append' => '',
  970.                     'maxlength' => '',
  971.                 ),
  972.                 array(
  973.                     'key' => 'field_610afe534330d',
  974.                     'label' => 'Tooltip',
  975.                     'name' => 'tooltip',
  976.                     'type' => 'text',
  977.                     'instructions' => '',
  978.                     'required' => 0,
  979.                     'conditional_logic' => 0,
  980.                     'wrapper' => array(
  981.                         'width' => '',
  982.                         'class' => '',
  983.                         'id' => '',
  984.                     ),
  985.                     'default_value' => '',
  986.                     'placeholder' => '',
  987.                     'prepend' => '',
  988.                     'append' => '',
  989.                     'maxlength' => '',
  990.                 ),
  991.             ),
  992.         ),
  993.     ),
  994.     'location' => array(
  995.         array(
  996.             array(
  997.                 'param' => 'post_type',
  998.                 'operator' => '==',
  999.                 'value' => 'certifications',
  1000.             ),
  1001.         ),
  1002.     ),
  1003.     'menu_order' => 0,
  1004.     'position' => 'side',
  1005.     'style' => 'seamless',
  1006.     'label_placement' => 'top',
  1007.     'instruction_placement' => 'label',
  1008.     'hide_on_screen' => '',
  1009.     'active' => true,
  1010.     'description' => '',
  1011. ));
  1012.  
  1013. acf_add_local_field_group(array(
  1014.     'key' => 'group_610ab69a2ec40',
  1015.     'title' => 'Program Title Settings',
  1016.     'fields' => array(
  1017.         array(
  1018.             'key' => 'field_23456g64j4545m',
  1019.             'label' => 'Archive Title',
  1020.             'name' => 'archive_title',
  1021.             'type' => 'text',
  1022.             'instructions' => '',
  1023.             'required' => 0,
  1024.             'conditional_logic' => 0,
  1025.             'wrapper' => array(
  1026.                 'width' => '',
  1027.                 'class' => '',
  1028.                 'id' => '',
  1029.             ),
  1030.             'default_value' => '',
  1031.             'placeholder' => '',
  1032.             'prepend' => '',
  1033.             'append' => '',
  1034.             'maxlength' => '',
  1035.         ),
  1036.         array(
  1037.             'key' => 'field_610ab6b908dc5',
  1038.             'label' => 'Internal Navigation Title',
  1039.             'name' => 'short_title',
  1040.             'type' => 'text',
  1041.             'instructions' => '',
  1042.             'required' => 0,
  1043.             'conditional_logic' => 0,
  1044.             'wrapper' => array(
  1045.                 'width' => '',
  1046.                 'class' => '',
  1047.                 'id' => '',
  1048.             ),
  1049.             'default_value' => '',
  1050.             'placeholder' => '',
  1051.             'prepend' => '',
  1052.             'append' => '',
  1053.             'maxlength' => '',
  1054.         ),
  1055.     ),
  1056.     'location' => array(
  1057.         array(
  1058.             array(
  1059.                 'param' => 'post_type',
  1060.                 'operator' => '==',
  1061.                 'value' => 'certifications',
  1062.             ),
  1063.         ),
  1064.     ),
  1065.     'menu_order' => 0,
  1066.     'position' => 'acf_after_title',
  1067.     'style' => 'seamless',
  1068.     'label_placement' => 'top',
  1069.     'instruction_placement' => 'label',
  1070.     'hide_on_screen' => '',
  1071.     'active' => true,
  1072.     'description' => '',
  1073. ));
  1074. // endregion Certification Program field groups
  1075.  
  1076. // region Event fields
  1077. acf_add_local_field_group(array(
  1078.     'key' => 'group_610d826feda35',
  1079.     'title' => 'Additional Event Settings',
  1080.     'fields' => array(
  1081.         array(
  1082.             'key' => 'field_610d871e14561',
  1083.             'label' => 'Program Link',
  1084.             'name' => 'program_link',
  1085.             'type' => 'page_link',
  1086.             'instructions' => '',
  1087.             'required' => 0,
  1088.             'conditional_logic' => 0,
  1089.             'wrapper' => array(
  1090.                 'width' => '',
  1091.                 'class' => '',
  1092.                 'id' => '',
  1093.             ),
  1094.             'post_type' => array(
  1095.                 0 => 'certifications',
  1096.             ),
  1097.             'taxonomy' => '',
  1098.             'allow_null' => 0,
  1099.             'allow_archives' => 0,
  1100.             'multiple' => 0,
  1101.         ),
  1102.         array(
  1103.             'key' => 'field_610d829a1455e',
  1104.             'label' => 'Program Literature',
  1105.             'name' => 'program_literature',
  1106.             'type' => 'repeater',
  1107.             'instructions' => '',
  1108.             'required' => 0,
  1109.             'conditional_logic' => 0,
  1110.             'wrapper' => array(
  1111.                 'width' => '',
  1112.                 'class' => '',
  1113.                 'id' => '',
  1114.             ),
  1115.             'collapsed' => '',
  1116.             'min' => 0,
  1117.             'max' => 0,
  1118.             'layout' => 'block',
  1119.             'button_label' => '',
  1120.             'sub_fields' => array(
  1121.                 array(
  1122.                     'key' => 'field_610d83031455f',
  1123.                     'label' => 'Label',
  1124.                     'name' => 'label',
  1125.                     'type' => 'text',
  1126.                     'instructions' => '',
  1127.                     'required' => 0,
  1128.                     'conditional_logic' => 0,
  1129.                     'wrapper' => array(
  1130.                         'width' => '',
  1131.                         'class' => '',
  1132.                         'id' => '',
  1133.                     ),
  1134.                     'default_value' => 'Download Brochure',
  1135.                     'placeholder' => '',
  1136.                     'prepend' => '',
  1137.                     'append' => '',
  1138.                     'maxlength' => '',
  1139.                 ),
  1140.                 array(
  1141.                     'key' => 'field_610d870b14560',
  1142.                     'label' => 'File',
  1143.                     'name' => 'file',
  1144.                     'type' => 'file',
  1145.                     'instructions' => '',
  1146.                     'required' => 0,
  1147.                     'conditional_logic' => 0,
  1148.                     'wrapper' => array(
  1149.                         'width' => '',
  1150.                         'class' => '',
  1151.                         'id' => '',
  1152.                     ),
  1153.                     'return_format' => 'array',
  1154.                     'library' => 'all',
  1155.                     'min_size' => '',
  1156.                     'max_size' => '',
  1157.                     'mime_types' => '',
  1158.                 ),
  1159.             ),
  1160.         ),
  1161.         array(
  1162.             'key' => 'field_34ko4grj345i34',
  1163.             'label' => 'Agenda Information',
  1164.             'name' => 'agenda',
  1165.             'type' => 'wysiwyg',
  1166.             'instructions' => '',
  1167.             'required' => 0,
  1168.             'conditional_logic' => 0,
  1169.             'wrapper' => array(
  1170.                 'width' => '',
  1171.                 'class' => '',
  1172.                 'id' => '',
  1173.             ),
  1174.             'default_value' => '',
  1175.             'tabs' => 'all',
  1176.             'toolbar' => 'basic',
  1177.             'media_upload' => 1,
  1178.             'delay' => 0,
  1179.         ),
  1180.         array(
  1181.             'key' => 'field_34ko4grj345i35',
  1182.             'label' => '',
  1183.             'name' => 'hide_date',
  1184.             'type' => 'true_false',
  1185.             'instructions' => 'Checking this option will hide the date range configured in the event itself. <br/> It\'s still recommended to set a date on the event in order to for it to display properly on the calendar pages. Use this if the dates and times are specified in the agenda.',
  1186.             'required' => 0,
  1187.             'conditional_logic' => 0,
  1188.             'wrapper' => array(
  1189.                 'width' => '',
  1190.                 'class' => '',
  1191.                 'id' => '',
  1192.             ),
  1193.             'message' => 'Hide Generated Dates?',
  1194.             'default_value' => 0,
  1195.             'ui' => 0,
  1196.             'ui_on_text' => '',
  1197.             'ui_off_text' => '',
  1198.         ),
  1199.         array(
  1200.             'key' => 'field_610d879514562',
  1201.             'label' => 'Additional Program Details',
  1202.             'name' => 'program_details',
  1203.             'type' => 'repeater',
  1204.             'instructions' => '',
  1205.             'required' => 0,
  1206.             'conditional_logic' => 0,
  1207.             'wrapper' => array(
  1208.                 'width' => '',
  1209.                 'class' => '',
  1210.                 'id' => '',
  1211.             ),
  1212.             'collapsed' => 'field_610d87b114563',
  1213.             'min' => 0,
  1214.             'max' => 0,
  1215.             'layout' => 'block',
  1216.             'button_label' => '',
  1217.             'sub_fields' => array(
  1218.                 array(
  1219.                     'key' => 'field_610d87b114563',
  1220.                     'label' => 'Title',
  1221.                     'name' => 'title',
  1222.                     'type' => 'text',
  1223.                     'instructions' => '',
  1224.                     'required' => 0,
  1225.                     'conditional_logic' => 0,
  1226.                     'wrapper' => array(
  1227.                         'width' => '',
  1228.                         'class' => '',
  1229.                         'id' => '',
  1230.                     ),
  1231.                     'default_value' => '',
  1232.                     'placeholder' => '',
  1233.                     'prepend' => '',
  1234.                     'append' => '',
  1235.                     'maxlength' => '',
  1236.                 ),
  1237.                 array(
  1238.                     'key' => 'field_610d87f914564',
  1239.                     'label' => 'Content',
  1240.                     'name' => 'content',
  1241.                     'type' => 'wysiwyg',
  1242.                     'instructions' => '',
  1243.                     'required' => 0,
  1244.                     'conditional_logic' => 0,
  1245.                     'wrapper' => array(
  1246.                         'width' => '',
  1247.                         'class' => '',
  1248.                         'id' => '',
  1249.                     ),
  1250.                     'default_value' => '',
  1251.                     'tabs' => 'all',
  1252.                     'toolbar' => 'basic',
  1253.                     'media_upload' => 1,
  1254.                     'delay' => 0,
  1255.                 ),
  1256.             ),
  1257.         ),
  1258.         array(
  1259.             'key' => 'field_610da814e34cf',
  1260.             'label' => 'Sections Before Event',
  1261.             'name' => 'sections_before',
  1262.             'type' => 'repeater',
  1263.             'instructions' => 'Add Reusable blocks to be included on this post after the header.
  1264.             <br>
  1265.             <a href="' . admin_url('edit.php?post_type=wp_block') . '">Manage reusable blocks</a>',
  1266.             'required' => 0,
  1267.             'conditional_logic' => 0,
  1268.             'wrapper' => array(
  1269.                 'width' => '',
  1270.                 'class' => '',
  1271.                 'id' => '',
  1272.             ),
  1273.             'collapsed' => '',
  1274.             'min' => 0,
  1275.             'max' => 0,
  1276.             'layout' => 'block',
  1277.             'button_label' => '',
  1278.             'sub_fields' => array(
  1279.                 array(
  1280.                     'key' => 'field_610da841e34d1',
  1281.                     'label' => 'Reusable Block',
  1282.                     'name' => 'block',
  1283.                     'type' => 'post_object',
  1284.                     'instructions' => '',
  1285.                     'required' => 0,
  1286.                     'conditional_logic' => 0,
  1287.                     'wrapper' => array(
  1288.                         'width' => '',
  1289.                         'class' => '',
  1290.                         'id' => '',
  1291.                     ),
  1292.                     'post_type' => 'wp_block',
  1293.                     'taxonomy' => '',
  1294.                     'allow_null' => 0,
  1295.                     'multiple' => 0,
  1296.                     'return_format' => 'id',
  1297.                     'ui' => 1,
  1298.                 ),
  1299.             ),
  1300.         ),
  1301.         array(
  1302.             'key' => 'field_610da82be34d0',
  1303.             'label' => 'Sections After Event',
  1304.             'name' => 'sections_after',
  1305.             'type' => 'repeater',
  1306.             'instructions' => 'Add Reusable blocks to be included on this post after the header.
  1307.             <br>
  1308.             <a href="' . admin_url('edit.php?post_type=wp_block') . '">Manage reusable blocks</a>',
  1309.             'required' => 0,
  1310.             'conditional_logic' => 0,
  1311.             'wrapper' => array(
  1312.                 'width' => '',
  1313.                 'class' => '',
  1314.                 'id' => '',
  1315.             ),
  1316.             'collapsed' => '',
  1317.             'min' => 0,
  1318.             'max' => 0,
  1319.             'layout' => 'block',
  1320.             'button_label' => '',
  1321.             'sub_fields' => array(
  1322.                 array(
  1323.                     'key' => 'field_610da871e34d2',
  1324.                     'label' => 'Reusable Block',
  1325.                     'name' => 'block',
  1326.                     'type' => 'post_object',
  1327.                     'instructions' => '',
  1328.                     'required' => 0,
  1329.                     'conditional_logic' => 0,
  1330.                     'wrapper' => array(
  1331.                         'width' => '',
  1332.                         'class' => '',
  1333.                         'id' => '',
  1334.                     ),
  1335.                     'post_type' => 'wp_block',
  1336.                     'taxonomy' => '',
  1337.                     'allow_null' => 0,
  1338.                     'multiple' => 0,
  1339.                     'return_format' => 'id',
  1340.                     'ui' => 1,
  1341.                 ),
  1342.             ),
  1343.         ),
  1344.     ),
  1345.     'location' => array(
  1346.         array(
  1347.             array(
  1348.                 'param' => 'post_type',
  1349.                 'operator' => '==',
  1350.                 'value' => 'tribe_events',
  1351.             ),
  1352.         ),
  1353.     ),
  1354.     'menu_order' => 0,
  1355.     'position' => 'normal',
  1356.     'style' => 'default',
  1357.     'label_placement' => 'top',
  1358.     'instruction_placement' => 'field',
  1359.     'hide_on_screen' => '',
  1360.     'active' => true,
  1361.     'description' => '',
  1362. ));
  1363.  
  1364. // endregion Event Fields
  1365.  
  1366. acf_add_local_field_group(array(
  1367.     'key' => 'group_61117900ab893',
  1368.     'title' => 'Facilitator Options',
  1369.     'fields' => array(
  1370.         array(
  1371.             'key' => 'field_61117e9892b87',
  1372.             'label' => 'LinkedIn Profile',
  1373.             'name' => 'linkedin',
  1374.             'type' => 'text',
  1375.             'instructions' => '',
  1376.             'required' => 0,
  1377.             'conditional_logic' => 0,
  1378.             'wrapper' => array(
  1379.                 'width' => '',
  1380.                 'class' => '',
  1381.                 'id' => '',
  1382.             ),
  1383.             'default_value' => '',
  1384.             'placeholder' => '',
  1385.             'prepend' => '',
  1386.             'append' => '',
  1387.             'maxlength' => '',
  1388.         ),
  1389.         array(
  1390.             'key' => 'field_61117ea392b88',
  1391.             'label' => 'Documents',
  1392.             'name' => 'documents',
  1393.             'type' => 'repeater',
  1394.             'instructions' => 'Use this for bios, resumes, etc',
  1395.             'required' => 0,
  1396.             'conditional_logic' => 0,
  1397.             'wrapper' => array(
  1398.                 'width' => '',
  1399.                 'class' => '',
  1400.                 'id' => '',
  1401.             ),
  1402.             'collapsed' => '',
  1403.             'min' => 0,
  1404.             'max' => 0,
  1405.             'layout' => 'block',
  1406.             'button_label' => 'Add Document',
  1407.             'sub_fields' => array(
  1408.                 array(
  1409.                     'key' => 'field_61117fd592b89',
  1410.                     'label' => 'File',
  1411.                     'name' => 'file',
  1412.                     'type' => 'file',
  1413.                     'instructions' => '',
  1414.                     'required' => 0,
  1415.                     'conditional_logic' => 0,
  1416.                     'wrapper' => array(
  1417.                         'width' => '',
  1418.                         'class' => '',
  1419.                         'id' => '',
  1420.                     ),
  1421.                     'return_format' => 'array',
  1422.                     'library' => 'all',
  1423.                     'min_size' => '',
  1424.                     'max_size' => '',
  1425.                     'mime_types' => '',
  1426.                 ),
  1427.                 array(
  1428.                     'key' => 'field_61117fdc92b8a',
  1429.                     'label' => 'Button Label',
  1430.                     'name' => 'button_label',
  1431.                     'type' => 'text',
  1432.                     'instructions' => '',
  1433.                     'required' => 0,
  1434.                     'conditional_logic' => 0,
  1435.                     'wrapper' => array(
  1436.                         'width' => '',
  1437.                         'class' => '',
  1438.                         'id' => '',
  1439.                     ),
  1440.                     'default_value' => 'Download Bio',
  1441.                     'placeholder' => '',
  1442.                     'prepend' => '',
  1443.                     'append' => '',
  1444.                     'maxlength' => '',
  1445.                 ),
  1446.             ),
  1447.         ),
  1448.     ),
  1449.     'location' => array(
  1450.         array(
  1451.             array(
  1452.                 'param' => 'post_type',
  1453.                 'operator' => '==',
  1454.                 'value' => 'facilitator',
  1455.             ),
  1456.         ),
  1457.     ),
  1458.     'menu_order' => 0,
  1459.     'position' => 'side',
  1460.     'style' => 'seamless',
  1461.     'label_placement' => 'top',
  1462.     'instruction_placement' => 'label',
  1463.     'hide_on_screen' => '',
  1464.     'active' => true,
  1465.     'description' => '',
  1466. ));
  1467.  
  1468. acf_add_local_field_group(array(
  1469.     'key' => 'group_61119194169e0',
  1470.     'title' => 'Facilitator Title Settings',
  1471.     'fields' => array(
  1472.         array(
  1473.             'key' => 'field_611191a0e6d68',
  1474.             'label' => 'Facilitator Role',
  1475.             'name' => 'role',
  1476.             'type' => 'text',
  1477.             'instructions' => '',
  1478.             'required' => 0,
  1479.             'conditional_logic' => 0,
  1480.             'wrapper' => array(
  1481.                 'width' => '',
  1482.                 'class' => '',
  1483.                 'id' => '',
  1484.             ),
  1485.             'default_value' => 'Kirkpatrick Certified Facilitator',
  1486.             'placeholder' => '',
  1487.             'prepend' => '',
  1488.             'append' => '',
  1489.             'maxlength' => '',
  1490.         ),
  1491.     ),
  1492.     'location' => array(
  1493.         array(
  1494.             array(
  1495.                 'param' => 'post_type',
  1496.                 'operator' => '==',
  1497.                 'value' => 'facilitator',
  1498.             ),
  1499.         ),
  1500.     ),
  1501.     'menu_order' => 0,
  1502.     'position' => 'acf_after_title',
  1503.     'style' => 'seamless',
  1504.     'label_placement' => 'top',
  1505.     'instruction_placement' => 'label',
  1506.     'hide_on_screen' => '',
  1507.     'active' => true,
  1508.     'description' => '',
  1509. ));
  1510.  
  1511. acf_add_local_field_group(array(
  1512.     'key' => 'group_6112a0001b12f',
  1513.     'title' => 'Class Settings',
  1514.     'fields' => array(
  1515.         array(
  1516.             'key' => 'field_6112a07f05feb',
  1517.             'label' => 'Formats',
  1518.             'name' => 'formats',
  1519.             'type' => 'wysiwyg',
  1520.             'instructions' => '',
  1521.             'required' => 0,
  1522.             'conditional_logic' => 0,
  1523.             'wrapper' => array(
  1524.                 'width' => '',
  1525.                 'class' => '',
  1526.                 'id' => '',
  1527.             ),
  1528.             'default_value' => '',
  1529.             'tabs' => 'all',
  1530.             'toolbar' => 'basic',
  1531.             'media_upload' => 1,
  1532.             'delay' => 0,
  1533.         ),
  1534.         array(
  1535.             'key' => 'field_6112a02c05fe8',
  1536.             'label' => 'Brochures',
  1537.             'name' => 'brochures',
  1538.             'type' => 'repeater',
  1539.             'instructions' => '',
  1540.             'required' => 0,
  1541.             'conditional_logic' => 0,
  1542.             'wrapper' => array(
  1543.                 'width' => '',
  1544.                 'class' => '',
  1545.                 'id' => '',
  1546.             ),
  1547.             'collapsed' => '',
  1548.             'min' => 0,
  1549.             'max' => 0,
  1550.             'layout' => 'block',
  1551.             'button_label' => 'Add Document',
  1552.             'sub_fields' => array(
  1553.                 array(
  1554.                     'key' => 'field_6112a05105fe9',
  1555.                     'label' => 'File',
  1556.                     'name' => 'file',
  1557.                     'type' => 'file',
  1558.                     'instructions' => '',
  1559.                     'required' => 0,
  1560.                     'conditional_logic' => 0,
  1561.                     'wrapper' => array(
  1562.                         'width' => '',
  1563.                         'class' => '',
  1564.                         'id' => '',
  1565.                     ),
  1566.                     'return_format' => 'array',
  1567.                     'library' => 'all',
  1568.                     'min_size' => '',
  1569.                     'max_size' => '',
  1570.                     'mime_types' => '',
  1571.                 ),
  1572.                 array(
  1573.                     'key' => 'field_6112a05e05fea',
  1574.                     'label' => 'Button Label',
  1575.                     'name' => 'button_label',
  1576.                     'type' => 'text',
  1577.                     'instructions' => '',
  1578.                     'required' => 0,
  1579.                     'conditional_logic' => 0,
  1580.                     'wrapper' => array(
  1581.                         'width' => '',
  1582.                         'class' => '',
  1583.                         'id' => '',
  1584.                     ),
  1585.                     'default_value' => 'Download Brochure',
  1586.                     'placeholder' => '',
  1587.                     'prepend' => '',
  1588.                     'append' => '',
  1589.                     'maxlength' => '',
  1590.                 ),
  1591.             ),
  1592.         ),
  1593.     ),
  1594.     'location' => array(
  1595.         array(
  1596.             array(
  1597.                 'param' => 'post_type',
  1598.                 'operator' => '==',
  1599.                 'value' => 'classes',
  1600.             ),
  1601.         ),
  1602.     ),
  1603.     'menu_order' => 0,
  1604.     'position' => 'normal',
  1605.     'style' => 'seamless',
  1606.     'label_placement' => 'top',
  1607.     'instruction_placement' => 'label',
  1608.     'hide_on_screen' => '',
  1609.     'active' => true,
  1610.     'description' => '',
  1611. ));
  1612.  
  1613. acf_add_local_field_group(array(
  1614.     'key' => 'group_6114358fadea8',
  1615.     'title' => 'Event sidebar settings',
  1616.     'fields' => array(
  1617.         array(
  1618.             'key' => 'field_611435a908e37',
  1619.             'label' => 'Eventbrite Iframe',
  1620.             'name' => 'eventbrite_iframe',
  1621.             'type' => 'textarea',
  1622.             'instructions' => 'Paste the eventbrite iframe here, this will replace built in tickets.',
  1623.             'required' => 0,
  1624.             'conditional_logic' => 0,
  1625.             'wrapper' => array(
  1626.                 'width' => '',
  1627.                 'class' => '',
  1628.                 'id' => '',
  1629.             ),
  1630.             'default_value' => '',
  1631.             'placeholder' => '',
  1632.             'maxlength' => '',
  1633.             'rows' => '',
  1634.             'new_lines' => '',
  1635.         ),
  1636.     ),
  1637.     'location' => array(
  1638.         array(
  1639.             array(
  1640.                 'param' => 'post_type',
  1641.                 'operator' => '==',
  1642.                 'value' => 'tribe_events',
  1643.             ),
  1644.         ),
  1645.     ),
  1646.     'menu_order' => 0,
  1647.     'position' => 'side',
  1648.     'style' => 'seamless',
  1649.     'label_placement' => 'top',
  1650.     'instruction_placement' => 'label',
  1651.     'hide_on_screen' => '',
  1652.     'active' => true,
  1653.     'description' => '',
  1654. ));
  1655.  
  1656. acf_add_local_field_group(array(
  1657.     'key' => 'group_6130f9377e74f',
  1658.     'title' => 'Product Overrides',
  1659.     'fields' => array(
  1660.         array(
  1661.             'key' => 'field_6130f944653ec',
  1662.             'label' => '',
  1663.             'name' => 'third_party_fulfillment',
  1664.             'type' => 'true_false',
  1665.             'instructions' => 'This option will disable the add-to-cart option on this product and replace it with a button linking to a vendor.',
  1666.             'required' => 0,
  1667.             'conditional_logic' => 0,
  1668.             'wrapper' => array(
  1669.                 'width' => '',
  1670.                 'class' => '',
  1671.                 'id' => '',
  1672.             ),
  1673.             'message' => 'Third Party Fulfillment?',
  1674.             'default_value' => 0,
  1675.             'ui' => 0,
  1676.             'ui_on_text' => '',
  1677.             'ui_off_text' => '',
  1678.         ),
  1679.         array(
  1680.             'key' => 'field_6130f9fd653ed',
  1681.             'label' => 'Primary Vendor URL',
  1682.             'name' => 'primary_vendor_url',
  1683.             'type' => 'text',
  1684.             'instructions' => 'Additional vendors can be added in the section further down the page.',
  1685.             'required' => 0,
  1686.             'conditional_logic' => array(
  1687.                 array(
  1688.                     array(
  1689.                         'field' => 'field_6130f944653ec',
  1690.                         'operator' => '==',
  1691.                         'value' => '1',
  1692.                     ),
  1693.                 ),
  1694.             ),
  1695.             'wrapper' => array(
  1696.                 'width' => '50',
  1697.                 'class' => '',
  1698.                 'id' => '',
  1699.             ),
  1700.             'default_value' => '',
  1701.             'placeholder' => '',
  1702.             'prepend' => '',
  1703.             'append' => '',
  1704.             'maxlength' => '',
  1705.         ),
  1706.         array(
  1707.             'key' => 'field_6130fd9014ff6',
  1708.             'label' => 'Add to Cart Button Label',
  1709.             'name' => 'add_to_cart_button_label',
  1710.             'type' => 'text',
  1711.             'instructions' => '',
  1712.             'required' => 0,
  1713.             'conditional_logic' => array(
  1714.                 array(
  1715.                     array(
  1716.                         'field' => 'field_6130f944653ec',
  1717.                         'operator' => '==',
  1718.                         'value' => '1',
  1719.                     ),
  1720.                 ),
  1721.             ),
  1722.             'wrapper' => array(
  1723.                 'width' => '50',
  1724.                 'class' => '',
  1725.                 'id' => '',
  1726.             ),
  1727.             'default_value' => 'Order Now',
  1728.             'placeholder' => '',
  1729.             'prepend' => '',
  1730.             'append' => '',
  1731.             'maxlength' => '',
  1732.         ),
  1733.         array(
  1734.             'key' => 'field_6130fade653ee',
  1735.             'label' => '',
  1736.             'name' => 'third_party_product',
  1737.             'type' => 'true_false',
  1738.             'instructions' => 'Enabling this will redirect the entire product page to a third party URL',
  1739.             'required' => 0,
  1740.             'conditional_logic' => 0,
  1741.             'wrapper' => array(
  1742.                 'width' => '',
  1743.                 'class' => '',
  1744.                 'id' => '',
  1745.             ),
  1746.             'message' => 'Third Party Product?',
  1747.             'default_value' => 0,
  1748.             'ui' => 0,
  1749.             'ui_on_text' => '',
  1750.             'ui_off_text' => '',
  1751.         ),
  1752.         array(
  1753.             'key' => 'field_6130fb17653ef',
  1754.             'label' => 'Third Party URL',
  1755.             'name' => 'third_party_url',
  1756.             'type' => 'text',
  1757.             'instructions' => '',
  1758.             'required' => 0,
  1759.             'conditional_logic' => array(
  1760.                 array(
  1761.                     array(
  1762.                         'field' => 'field_6130fade653ee',
  1763.                         'operator' => '==',
  1764.                         'value' => '1',
  1765.                     ),
  1766.                 ),
  1767.             ),
  1768.             'wrapper' => array(
  1769.                 'width' => '',
  1770.                 'class' => '',
  1771.                 'id' => '',
  1772.             ),
  1773.             'default_value' => '',
  1774.             'placeholder' => '',
  1775.             'prepend' => '',
  1776.             'append' => '',
  1777.             'maxlength' => '',
  1778.         ),
  1779.     ),
  1780.     'location' => array(
  1781.         array(
  1782.             array(
  1783.                 'param' => 'post_type',
  1784.                 'operator' => '==',
  1785.                 'value' => 'product',
  1786.             ),
  1787.         ),
  1788.     ),
  1789.     'menu_order' => 0,
  1790.     'position' => 'acf_after_title',
  1791.     'style' => 'default',
  1792.     'label_placement' => 'top',
  1793.     'instruction_placement' => 'field',
  1794.     'hide_on_screen' => '',
  1795.     'active' => true,
  1796.     'description' => '',
  1797. ));
  1798.  
  1799. acf_add_local_field_group(array(
  1800.     'key' => 'group_6131073ede3f0',
  1801.     'title' => 'Product Preview',
  1802.     'fields' => array(
  1803.         array(
  1804.             'key' => 'field_6131077d83810',
  1805.             'label' => 'Preview File',
  1806.             'name' => 'preview_file',
  1807.             'type' => 'file',
  1808.             'instructions' => '',
  1809.             'required' => 0,
  1810.             'conditional_logic' => 0,
  1811.             'wrapper' => array(
  1812.                 'width' => '',
  1813.                 'class' => '',
  1814.                 'id' => '',
  1815.             ),
  1816.             'return_format' => 'array',
  1817.             'library' => 'all',
  1818.             'min_size' => '',
  1819.             'max_size' => '',
  1820.             'mime_types' => 'pdf, mp3',
  1821.         ),
  1822.     ),
  1823.     'location' => array(
  1824.         array(
  1825.             array(
  1826.                 'param' => 'post_type',
  1827.                 'operator' => '==',
  1828.                 'value' => 'product',
  1829.             ),
  1830.         ),
  1831.     ),
  1832.     'menu_order' => 0,
  1833.     'position' => 'side',
  1834.     'style' => 'default',
  1835.     'label_placement' => 'top',
  1836.     'instruction_placement' => 'label',
  1837.     'hide_on_screen' => '',
  1838.     'active' => true,
  1839.     'description' => '',
  1840. ));
  1841.  
  1842. acf_add_local_field_group(array(
  1843.     'key' => 'group_6130f7bbb47cc',
  1844.     'title' => 'Product Settings',
  1845.     'fields' => array(
  1846.         array(
  1847.             'key' => 'field_6130f7cb7249b',
  1848.             'label' => 'Additional Vendors',
  1849.             'name' => 'additional_vendors',
  1850.             'type' => 'repeater',
  1851.             'instructions' => 'Use this to add a list of third party vendors to be added in addition to the add to cart button.',
  1852.             'required' => 0,
  1853.             'conditional_logic' => 0,
  1854.             'wrapper' => array(
  1855.                 'width' => '',
  1856.                 'class' => '',
  1857.                 'id' => '',
  1858.             ),
  1859.             'collapsed' => '',
  1860.             'min' => 0,
  1861.             'max' => 0,
  1862.             'layout' => 'block',
  1863.             'button_label' => 'Add Additional Vendor',
  1864.             'sub_fields' => array(
  1865.                 array(
  1866.                     'key' => 'field_6130f7f87249c',
  1867.                     'label' => 'Label',
  1868.                     'name' => 'label',
  1869.                     'type' => 'text',
  1870.                     'instructions' => '',
  1871.                     'required' => 0,
  1872.                     'conditional_logic' => 0,
  1873.                     'wrapper' => array(
  1874.                         'width' => '50',
  1875.                         'class' => '',
  1876.                         'id' => '',
  1877.                     ),
  1878.                     'default_value' => '',
  1879.                     'placeholder' => '',
  1880.                     'prepend' => '',
  1881.                     'append' => '',
  1882.                     'maxlength' => '',
  1883.                 ),
  1884.                 array(
  1885.                     'key' => 'field_6130f81d7249d',
  1886.                     'label' => 'Link',
  1887.                     'name' => 'link',
  1888.                     'type' => 'text',
  1889.                     'instructions' => '',
  1890.                     'required' => 0,
  1891.                     'conditional_logic' => 0,
  1892.                     'wrapper' => array(
  1893.                         'width' => '50',
  1894.                         'class' => '',
  1895.                         'id' => '',
  1896.                     ),
  1897.                     'default_value' => '',
  1898.                     'placeholder' => '',
  1899.                     'prepend' => '',
  1900.                     'append' => '',
  1901.                     'maxlength' => '',
  1902.                 ),
  1903.                 array(
  1904.                     'key' => 'field_6130f8377249e',
  1905.                     'label' => 'Icon',
  1906.                     'name' => 'icon',
  1907.                     'type' => 'icons',
  1908.                     'instructions' => '',
  1909.                     'required' => 0,
  1910.                     'conditional_logic' => 0,
  1911.                     'wrapper' => array(
  1912.                         'width' => '',
  1913.                         'class' => '',
  1914.                         'id' => '',
  1915.                     ),
  1916.                     'field_returns' => 'slug',
  1917.                     'field_spritesheet' => 'icons-vendors',
  1918.                 ),
  1919.             ),
  1920.         ),
  1921.     ),
  1922.     'location' => array(
  1923.         array(
  1924.             array(
  1925.                 'param' => 'post_type',
  1926.                 'operator' => '==',
  1927.                 'value' => 'product',
  1928.             ),
  1929.         ),
  1930.     ),
  1931.     'menu_order' => 2,
  1932.     'position' => 'acf_after_title',
  1933.     'style' => 'default',
  1934.     'label_placement' => 'top',
  1935.     'instruction_placement' => 'label',
  1936.     'hide_on_screen' => '',
  1937.     'active' => true,
  1938.     'description' => '',
  1939. ));
  1940.  
  1941. acf_add_local_field_group(array(
  1942.     'key' => 'group_6131287ca3909',
  1943.     'title' => 'Product Tabs',
  1944.     'fields' => array(
  1945.         array(
  1946.             'key' => 'field_6131288c8610b',
  1947.             'label' => 'Additional Product Tabs',
  1948.             'name' => 'additional_product_tabs',
  1949.             'type' => 'repeater',
  1950.             'instructions' => '',
  1951.             'required' => 0,
  1952.             'conditional_logic' => 0,
  1953.             'wrapper' => array(
  1954.                 'width' => '',
  1955.                 'class' => '',
  1956.                 'id' => '',
  1957.             ),
  1958.             'collapsed' => '',
  1959.             'min' => 0,
  1960.             'max' => 0,
  1961.             'layout' => 'block',
  1962.             'button_label' => 'Add Product Tab',
  1963.             'sub_fields' => array(
  1964.                 array(
  1965.                     'key' => 'field_6131289d8610c',
  1966.                     'label' => 'Title',
  1967.                     'name' => 'title',
  1968.                     'type' => 'text',
  1969.                     'instructions' => '',
  1970.                     'required' => 0,
  1971.                     'conditional_logic' => 0,
  1972.                     'wrapper' => array(
  1973.                         'width' => '',
  1974.                         'class' => '',
  1975.                         'id' => '',
  1976.                     ),
  1977.                     'default_value' => '',
  1978.                     'placeholder' => '',
  1979.                     'prepend' => '',
  1980.                     'append' => '',
  1981.                     'maxlength' => '',
  1982.                 ),
  1983.                 array(
  1984.                     'key' => 'field_613128a78610d',
  1985.                     'label' => 'Content',
  1986.                     'name' => 'content',
  1987.                     'type' => 'wysiwyg',
  1988.                     'instructions' => '',
  1989.                     'required' => 0,
  1990.                     'conditional_logic' => 0,
  1991.                     'wrapper' => array(
  1992.                         'width' => '',
  1993.                         'class' => '',
  1994.                         'id' => '',
  1995.                     ),
  1996.                     'default_value' => '',
  1997.                     'tabs' => 'all',
  1998.                     'toolbar' => 'full',
  1999.                     'media_upload' => 1,
  2000.                     'delay' => 0,
  2001.                 ),
  2002.             ),
  2003.         ),
  2004.     ),
  2005.     'location' => array(
  2006.         array(
  2007.             array(
  2008.                 'param' => 'post_type',
  2009.                 'operator' => '==',
  2010.                 'value' => 'product',
  2011.             ),
  2012.         ),
  2013.     ),
  2014.     'menu_order' => 0,
  2015.     'position' => 'normal',
  2016.     'style' => 'default',
  2017.     'label_placement' => 'top',
  2018.     'instruction_placement' => 'label',
  2019.     'hide_on_screen' => '',
  2020.     'active' => true,
  2021.     'description' => '',
  2022. ));
  2023.  
  2024. acf_add_local_field_group(array(
  2025.     'key' => 'group_613f948cd1077',
  2026.     'title' => 'Affiliate Info',
  2027.     'fields' => array(
  2028.         array(
  2029.             'key' => 'field_613f94bbd53f3',
  2030.             'label' => 'Affiliate Website',
  2031.             'name' => 'affiliate_website',
  2032.             'type' => 'link',
  2033.             'instructions' => '',
  2034.             'required' => 0,
  2035.             'conditional_logic' => 0,
  2036.             'wrapper' => array(
  2037.                 'width' => '50',
  2038.                 'class' => '',
  2039.                 'id' => '',
  2040.             ),
  2041.             'return_format' => 'array',
  2042.         ),
  2043.         array(
  2044.             'key' => 'field_613f958b4cdf4',
  2045.             'label' => 'Affiliate Region',
  2046.             'name' => 'affiliate_region',
  2047.             'type' => 'text',
  2048.             'instructions' => '',
  2049.             'required' => 0,
  2050.             'conditional_logic' => 0,
  2051.             'wrapper' => array(
  2052.                 'width' => '50',
  2053.                 'class' => '',
  2054.                 'id' => '',
  2055.             ),
  2056.             'default_value' => '',
  2057.             'placeholder' => '',
  2058.             'prepend' => '',
  2059.             'append' => '',
  2060.             'maxlength' => '',
  2061.         ),
  2062.     ),
  2063.     'location' => array(
  2064.         array(
  2065.             array(
  2066.                 'param' => 'post_type',
  2067.                 'operator' => '==',
  2068.                 'value' => 'customers',
  2069.             ),
  2070.         ),
  2071.     ),
  2072.     'menu_order' => 0,
  2073.     'position' => 'normal',
  2074.     'style' => 'default',
  2075.     'label_placement' => 'top',
  2076.     'instruction_placement' => 'field',
  2077.     'hide_on_screen' => '',
  2078.     'active' => true,
  2079.     'description' => '',
  2080. ));
  2081.  
  2082. acf_add_local_field_group(array(
  2083.     'key' => 'group_61536d8e70fd0',
  2084.     'title' => 'Extra Widgets',
  2085.     'fields' => array(
  2086.         array(
  2087.             'key' => 'field_61536d9e6d33f',
  2088.             'label' => 'Extra Widgets',
  2089.             'name' => 'extra_widgets',
  2090.             'type' => 'repeater',
  2091.             'instructions' => '',
  2092.             'required' => 0,
  2093.             'conditional_logic' => 0,
  2094.             'wrapper' => array(
  2095.                 'width' => '',
  2096.                 'class' => '',
  2097.                 'id' => '',
  2098.             ),
  2099.             'collapsed' => '',
  2100.             'min' => 0,
  2101.             'max' => 0,
  2102.             'layout' => 'block',
  2103.             'button_label' => '',
  2104.             'sub_fields' => array(
  2105.                 array(
  2106.                     'key' => 'field_61536dbd6d340',
  2107.                     'label' => 'Title',
  2108.                     'name' => 'title',
  2109.                     'type' => 'text',
  2110.                     'instructions' => '',
  2111.                     'required' => 0,
  2112.                     'conditional_logic' => 0,
  2113.                     'wrapper' => array(
  2114.                         'width' => '',
  2115.                         'class' => '',
  2116.                         'id' => '',
  2117.                     ),
  2118.                     'default_value' => '',
  2119.                     'placeholder' => '',
  2120.                     'prepend' => '',
  2121.                     'append' => '',
  2122.                     'maxlength' => '',
  2123.                 ),
  2124.                 array(
  2125.                     'key' => 'field_61536dc26d341',
  2126.                     'label' => 'Content',
  2127.                     'name' => 'content',
  2128.                     'type' => 'wysiwyg',
  2129.                     'instructions' => '',
  2130.                     'required' => 0,
  2131.                     'conditional_logic' => 0,
  2132.                     'wrapper' => array(
  2133.                         'width' => '',
  2134.                         'class' => '',
  2135.                         'id' => '',
  2136.                     ),
  2137.                     'default_value' => '',
  2138.                     'tabs' => 'all',
  2139.                     'toolbar' => 'full',
  2140.                     'media_upload' => 1,
  2141.                     'delay' => 0,
  2142.                 ),
  2143.                 array(
  2144.                     'key' => 'field_61536dce6d342',
  2145.                     'label' => 'Background',
  2146.                     'name' => 'background',
  2147.                     'type' => 'color-palette',
  2148.                     'instructions' => '',
  2149.                     'required' => 0,
  2150.                     'conditional_logic' => 0,
  2151.                     'wrapper' => array(
  2152.                         'width' => '',
  2153.                         'class' => '',
  2154.                         'id' => '',
  2155.                     ),
  2156.                     'field_returns' => 'slug',
  2157.                 ),
  2158.             ),
  2159.         ),
  2160.     ),
  2161.     'location' => array(
  2162.         array(
  2163.             array(
  2164.                 'param' => 'post_type',
  2165.                 'operator' => '==',
  2166.                 'value' => 'certifications',
  2167.             ),
  2168.         ),
  2169.     ),
  2170.     'menu_order' => 0,
  2171.     'position' => 'side',
  2172.     'style' => 'seamless',
  2173.     'label_placement' => 'top',
  2174.     'instruction_placement' => 'label',
  2175.     'hide_on_screen' => '',
  2176.     'active' => true,
  2177.     'description' => '',
  2178. ));
  2179.  
  2180. acf_add_local_field_group(array(
  2181.     'key' => 'group_6182aabaea540',
  2182.     'title' => 'Memberpress Custom Redirection',
  2183.     'fields' => array(
  2184.         array(
  2185.             'key' => 'field_6182acb669d06',
  2186.             'label' => 'Login Success Redirection',
  2187.             'name' => 'mp_login_success_redirection',
  2188.             'type' => 'text',
  2189.             'instructions' => '',
  2190.             'required' => 0,
  2191.             'conditional_logic' => 0,
  2192.             'wrapper' => array(
  2193.                 'width' => '',
  2194.                 'class' => '',
  2195.                 'id' => '',
  2196.             ),
  2197.             'default_value' => '',
  2198.             'placeholder' => '',
  2199.             'prepend' => '',
  2200.             'append' => '',
  2201.             'maxlength' => '',
  2202.         ),
  2203.     ),
  2204.     'location' => array(
  2205.         array(
  2206.             array(
  2207.                 'param' => 'post_type',
  2208.                 'operator' => '==',
  2209.                 'value' => 'page',
  2210.             ),
  2211.         ),
  2212.     ),
  2213.     'menu_order' => 0,
  2214.     'position' => 'normal',
  2215.     'style' => 'default',
  2216.     'label_placement' => 'top',
  2217.     'instruction_placement' => 'label',
  2218.     'hide_on_screen' => '',
  2219.     'active' => true,
  2220.     'description' => '',
  2221. ));
  2222.  

Editor

You can edit this paste and save as new:


File Description
  • test
  • Paste Code
  • 28 Jun-2024
  • 72.61 Kb
You can Share it: