クラシックなプラグインでメタボックスを使用していたら保存ができなくなったので暫定的な対処をしてみた。Gutenberg 4.1.1, WordPress 5.1 alpha
1 2 3 4 5 6 7 8 9 10 11 |
<?php // the-plugin.php // Using classic MetaBox and Gutenberg, save and update error Unhandled promise rejection... if ($_GET['action'] === 'edit' && $_GET['post'] && $_GET['classic-editor'] && $_GET['meta_box']) { header("HTTP/1.1 200 OK"); // your code exit(0); } // plugin code... |
spinner is moving…