| @@ -97,9 +97,9 @@ | ||
| 97 | 97 | // Handle save post. |
| 98 | 98 | add_action( 'save_post_' . $this->post_type, [ $this, 'save_post' ], 10, 2 ); |
| 99 | 99 | |
| 100 | 100 | // Clear the transient cache on upgraded. |
| 101 | - add_action( 'cbb_version_upgraded', [ $this, 'clear_transient_cache' ] ); | |
| 101 | + add_action( 'cbb/version_upgraded', [ $this, 'clear_transient_cache' ] ); | |
| 102 | 102 | |
| 103 | 103 | // Enqueue styles for the iframe editor. |
| 104 | 104 | add_filter( 'block_editor_settings_all', [ $this, 'enqueue_style_for_the_editor' ] ); |
| 105 | 105 | |