Skip to content

Commit 873502d

Browse files
authored
Merge pull request #134 from chyvak1831/ACF-does-not-works-on-woo-widget
#132
2 parents 43b64fc + ad49666 commit 873502d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
# [1.2.2](https://github.com/chyvak1831/starter/releases/tag/v1.2.2) (2021-04-20)
49

510
### Fix

functions.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,8 @@ function starter_add_analytics() {
8686
// @codingStandardsIgnoreEnd
8787
}
8888
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

Comments
 (0)