PluginProbe
Block Animations, Motion & Scroll Effects – Ghost Kit / 3.7.2
Block Animations, Motion & Scroll Effects – Ghost Kit v3.7.2
3.7.2 3.7.1 3.7.0 3.6.1 trunk 1.6.3 2.25.0 3.3.0 3.3.1 3.3.2 3.3.3 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.6 3.5.0 3.5.1 3.6.0
← All changes | classes/3rd/class-page-builder-framework.php +1 -1 3.3.23.7.2 View file →
@@ -19,9 +19,9 @@
19 19
20 20 add_filter( 'gkt_custom_css_allow_js_fallback', '__return_false' );
21 21 add_filter(
22 22 'gkt_parse_blocks_methods',
23 - function() {
23 + function () {
24 24 return array( 'modern', 'classic' );
25 25 }
26 26 );
27 27 }