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/patterns.php +1 -1 2.8.6trunk View file →
@@ -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 }