| @@ -55,9 +55,9 @@ | ||
| 55 | 55 | // Add the header of the variation library page. |
| 56 | 56 | add_action( 'in_admin_header', [ $this, 'in_admin_header_variation_library' ] ); |
| 57 | 57 | |
| 58 | 58 | // Clear the blocks cache on upgraded. |
| 59 | - add_action( 'cbb_version_upgraded', [ $this, 'clear_library_cache' ] ); | |
| 59 | + add_action( 'cbb/version_upgraded', [ $this, 'clear_library_cache' ] ); | |
| 60 | 60 | |
| 61 | 61 | // Enqueue block library scripts. |
| 62 | 62 | add_action( 'admin_enqueue_scripts', [ $this, 'enqueue_block_library_scripts' ] ); |
| 63 | 63 | |