我现在正在开发的自定义插件中有以下表单,单击更新按钮不会生成$\\u POST请求。
<form name="HomePageManagerStatus" id="HomePageManagerStatus" method="post" enctype="text/plain">
<input name="homePageEdit" type="checkbox" id="homePageEdit">Enable
<?php
submit_button(\'Change\');
?>
</form>