We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240f1b5 commit 557a85aCopy full SHA for 557a85a
class.jetpack-gutenberg.php
@@ -313,6 +313,17 @@ public static function init() {
313
Constants::set_constant( 'JETPACK_BETA_BLOCKS', true );
314
}
315
316
+ /**
317
+ * Alternative to `JETPACK_EXPERIMENTAL_BLOCKS`, set to `true` to load Experimental Blocks.
318
+ *
319
+ * @since 8.4.0
320
321
+ * @param boolean
322
+ */
323
+ if ( apply_filters( 'jetpack_load_experimental_blocks', false ) ) {
324
+ Constants::set_constant( 'JETPACK_EXPERIMENTAL_BLOCKS', true );
325
+ }
326
+
327
/**
328
* Filter the whitelist of block editor extensions that are available through Jetpack.
329
*
0 commit comments