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/variations.php +1 -1 2.8.9trunk View file →
@@ -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