Commit d89ccf8
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/648281 parent 9867f2a commit d89ccf8
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