Created
March 13, 2019 15:35
-
-
Save booskills/55ef1e20fcf28deec0fe56dd04dcbf14 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Remove Options | |
$option_ids_to_delete = array( | |
0 => 'rbr_test_field', | |
1 => 'rbr_archive_column', | |
2 => 'rbr_text_field1', | |
3 => 'rbr_color_test', | |
4 => 'rbr_number_field1', | |
5 => 'rbr_textarea_field1', | |
6 => 'rbr_advance_color_field', | |
7 => 'rbr_checkbox_field1', | |
8 => 'rbr_multi_op_test', | |
9 => 'rbr_radio_test2', | |
10 => 'rbr_select_test1', | |
11 => 'rbr_pages_test', | |
12 => 'rbr_posts_test', | |
13 => 'rbr_password_test', | |
14 => 'rbr_file_test', | |
15 => 'rbr_media_test', | |
16 => 'rbr_advance_field1', | |
17 => 'rbr_advance_field2', | |
18 => 'rbr_general_section', | |
19 => 'rbr_advance_section', | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment