| @@ -19,8 +19,11 @@ | ||
| 19 | 19 | 'CACHE_EXPIRE' => 24*60*60, |
| 20 | 20 | 'META_KEY' => WPMCS_TOKEN.'_meta_data', |
| 21 | 21 | 'CONTENT_META_KEY' => WPMCS_TOKEN.'_post_meta_data', |
| 22 | 22 | 'GLOBAL_SETTINGS_KEY' => WPMCS_TOKEN.'_global_settings', |
| 23 | + 'FILE_MANAGER_SETTINGS_KEY' => WPMCS_TOKEN.'_file_manager_settings', | |
| 24 | + 'BTB_DESTINATION_KEY' => WPMCS_TOKEN.'_btb_destination', | |
| 25 | + 'BG_RUNNER_SETTINGS_KEY' => WPMCS_TOKEN.'_bg_runner_settings', | |
| 23 | 26 | 'STATUS_KEY' => WPMCS_TOKEN.'_status_data', |
| 24 | 27 | 'COUNTER_KEY' => WPMCS_TOKEN.'_counter_data', |
| 25 | 28 | 'UPLOADS' => WPMCS_TOKEN.'_uploads' |
| 26 | 29 | ]; |