| @@ -27,8 +27,9 @@ | ||
| 27 | 27 | public $tb_lp_upgrade_db; |
| 28 | 28 | public $tb_lp_sessions; |
| 29 | 29 | public $tb_lp_files; |
| 30 | 30 | public $tb_lp_mcp_api_keys; |
| 31 | + public $tb_lp_webhooks; | |
| 31 | 32 | public $tb_thim_cache; |
| 32 | 33 | private $collate = ''; |
| 33 | 34 | public $max_index_length = '191'; |
| 34 | 35 | |
| @@ -61,8 +62,9 @@ | ||
| 61 | 62 | $this->tb_lp_upgrade_db = $prefix . 'learnpress_upgrade_db'; |
| 62 | 63 | $this->tb_lp_sessions = $prefix . 'learnpress_sessions'; |
| 63 | 64 | $this->tb_lp_files = $prefix . 'learnpress_files'; |
| 64 | 65 | $this->tb_lp_mcp_api_keys = $prefix . 'learnpress_mcp_api_keys'; |
| 66 | + $this->tb_lp_webhooks = $prefix . 'learnpress_webhooks'; | |
| 65 | 67 | $this->tb_thim_cache = $prefix . 'thim_cache'; |
| 66 | 68 | $this->wpdb->hide_errors(); |
| 67 | 69 | $this->set_collate(); |
| 68 | 70 | } |