| @@ -88,9 +88,9 @@ | ||
| 88 | 88 | // Handle save post. |
| 89 | 89 | add_action( 'save_post_' . $this->post_type, [ $this, 'save_post' ], 10, 2 ); |
| 90 | 90 | |
| 91 | 91 | // Clear the transient cache on upgraded. |
| 92 | - add_action( 'cbb_version_upgraded', [ $this, 'clear_transient_cache' ] ); | |
| 92 | + add_action( 'cbb/version_upgraded', [ $this, 'clear_transient_cache' ] ); | |
| 93 | 93 | |
| 94 | 94 | // Force to remove custom fields. |
| 95 | 95 | add_action( 'add_meta_boxes', [ $this, 'remove_meta_boxes' ] ); |
| 96 | 96 | } |