PluginProbe
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts / trunk
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts vtrunk
2.8.14 2.8.13 2.8.12 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.10 2.8.11 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 trunk 1.0.1 1.0.2 1.1.0 1.1.1 All 147 releases
← All changes | includes/library.php +1 -1 2.8.8trunk View file →
@@ -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