| @@ -19,9 +19,9 @@ | ||
| 19 | 19 | } |
| 20 | 20 | |
| 21 | 21 | function init() { |
| 22 | 22 | $this->add_actions_and_listeners(); |
| 23 | - add_action('clear_dynsync_config', array($this, 'clearConfig')); | |
| 23 | + add_action('wpr_clear_dynsync_config', array($this, 'clearConfig')); | |
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | public function clearConfig() { |
| 27 | 27 | $this->db->dropBVTable(BVWPDynSync::$dynsync_table); |