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.
2 parents 43b64fc + ad49666 commit 873502dCopy full SHA for 873502d
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+# [1.2.3](https://github.com/chyvak1831/starter/releases/tag/v1.2.3) (2021-12-26)
4
+
5
+### Fix
6
+- widget: disable widget block editor [#132](https://github.com/chyvak1831/starter/issues/132)
7
8
# [1.2.2](https://github.com/chyvak1831/starter/releases/tag/v1.2.2) (2021-04-20)
9
10
### Fix
functions.php
@@ -86,3 +86,8 @@ function starter_add_analytics() {
86
// @codingStandardsIgnoreEnd
87
}
88
add_action( 'wp_head', 'starter_add_analytics' );
89
90
+/**
91
+ * Remove widget block editor
92
+ */
93
+add_filter( 'use_widgets_block_editor', '__return_false' );
0 commit comments