Commit 26fec3b
committed
fix(hooks): use add_filter for block editor filter
Change add_action() to add_filter() for the
use_block_editor_for_post_type hook which is fired
via apply_filters().
Related to https://core.trac.wordpress.org/ticket/642241 parent d142941 commit 26fec3b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments