Skip to content

Commit

Permalink
Enforce Classic Editor for our metabox
Browse files Browse the repository at this point in the history
Our metabox doesn't work correctly with the new editor because of
WordPress/gutenberg#7176.
  • Loading branch information
mrhead committed Dec 5, 2018
1 parent 873bd6d commit 9bf796b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wordpress/wp-content/plugins/memberful-wp/src/metabox.php
Expand Up @@ -21,7 +21,10 @@ function memberful_wp_add_metabox() {
'memberful_acl',
'Memberful: Restrict Access',
'memberful_wp_metabox',
$type
$type,
'advanced',
'default',
array('__block_editor_compatible_meta_box' => false)
);
}
}
Expand Down

0 comments on commit 9bf796b

Please sign in to comment.